Skip to main content
ClaudeWave

Official MCP server for Whalesync — build, run, and monitor two-way syncs

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/whalesync/whalesync-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "whalesync-mcp": {
      "command": "node",
      "args": ["/path/to/whalesync-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/whalesync/whalesync-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Whalesync MCP server

[Whalesync](https://www.whalesync.com) keeps data in two-way sync between the tools your team
already uses — Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres, and more.

This repository is the public home of the **Whalesync MCP server**: a remote
[Model Context Protocol](https://modelcontextprotocol.io) server that lets AI agents build and
manage syncs for you — create a sync between two apps, map tables and fields, turn it on, and
monitor it, including answering "why isn't this record syncing?".

- **Server URL:** `https://api.whalesync.com/mcp` (Streamable HTTP)
- **Auth:** OAuth 2.1 with PKCE — your client opens a browser to approve access; no API keys to
  paste. Read-only access is available at consent time.
- **Docs:** https://docs.whalesync.com/api/mcp

The server is remote-only. There is nothing to install from this repository — it exists so
directories and registries can link to a canonical public source. The server itself is developed
elsewhere.

## Install

**Cursor** — [Add to Cursor](https://cursor.com/install-mcp?name=whalesync&config=eyJ1cmwiOiJodHRwczovL2FwaS53aGFsZXN5bmMuY29tL21jcCJ9), or add to `~/.cursor/mcp.json`:

```json
{ "mcpServers": { "whalesync": { "url": "https://api.whalesync.com/mcp" } } }
```

**Claude Code**

```bash
claude mcp add --transport http whalesync https://api.whalesync.com/mcp
```

**VS Code**

```bash
code --add-mcp '{"name":"whalesync","type":"http","url":"https://api.whalesync.com/mcp"}'
```

**Codex**

```bash
codex mcp add whalesync --url https://api.whalesync.com/mcp
```

**claude.ai / ChatGPT** — add a custom connector with the URL `https://api.whalesync.com/mcp`.

On first use, your client opens a browser window to sign in to Whalesync and approve access.
You'll need a [Whalesync account](https://www.whalesync.com).

## What the agent can do

24 tools over the Whalesync public API:

- **Build**: `create_sync`, `update_sync`, `list_connectors`, `list_bases`, `list_tables`,
  `list_fields`, `get_mappings`, `update_mappings`, `validate_mappings`
- **Run**: `activate_sync`, `pause_sync`, `delete_sync`
- **Monitor & fix**: `get_sync_status`, `list_issues`, `get_issue`, `retry_issue`,
  `list_operations`, `get_operation`, `search_records`, `get_record_status`,
  `list_pending_deletes`
- **Navigate**: `list_syncs`, `get_sync`, `whats_next`

Anything irreversible stays human-gated: connecting your apps (OAuth), starting a sync, and
approving deletes all happen in the Whalesync app — the agent hands you a link at each step.

## Support

- Docs: https://docs.whalesync.com
- Support: support@whalesync.com
- Privacy policy: https://www.whalesync.com/privacy-policy

Lo que la gente pregunta sobre whalesync-mcp

¿Qué es whalesync/whalesync-mcp?

+

whalesync/whalesync-mcp es mcp servers para el ecosistema de Claude AI. Official MCP server for Whalesync — build, run, and monitor two-way syncs Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala whalesync-mcp?

+

Puedes instalar whalesync-mcp clonando el repositorio (https://github.com/whalesync/whalesync-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar whalesync/whalesync-mcp?

+

Nuestro agente de seguridad ha analizado whalesync/whalesync-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene whalesync/whalesync-mcp?

+

whalesync/whalesync-mcp es mantenido por whalesync. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a whalesync-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega whalesync-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: whalesync/whalesync-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/whalesync-whalesync-mcp)](https://claudewave.com/repo/whalesync-whalesync-mcp)
<a href="https://claudewave.com/repo/whalesync-whalesync-mcp"><img src="https://claudewave.com/api/badge/whalesync-whalesync-mcp" alt="Featured on ClaudeWave: whalesync/whalesync-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a whalesync-mcp