Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about whalesync-mcp

What is whalesync/whalesync-mcp?

+

whalesync/whalesync-mcp is mcp servers for the Claude AI ecosystem. Official MCP server for Whalesync — build, run, and monitor two-way syncs It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install whalesync-mcp?

+

You can install whalesync-mcp by cloning the repository (https://github.com/whalesync/whalesync-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is whalesync/whalesync-mcp safe to use?

+

Our security agent has analyzed whalesync/whalesync-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains whalesync/whalesync-mcp?

+

whalesync/whalesync-mcp is maintained by whalesync. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to whalesync-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy whalesync-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

whalesync-mcp alternatives