PluginBench
MCP Server
Active
MIT

WhatsApp Connect MCP Server

io.github.Idle-Sync/whatsapp-connect-mcp

What is the WhatsApp Connect MCP server?

Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.

How to install WhatsApp Connect

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-connect-mcp": {
      "command": "https://github.com/idle-sync/whatsapp-connect-mcp/releases/download/v0.2.0/whatsapp-connect-mcp_0.2.0_linux_amd64.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-connect-mcp": {
      "command": "https://github.com/idle-sync/whatsapp-connect-mcp/releases/download/v0.2.0/whatsapp-connect-mcp_0.2.0_linux_amd64.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whatsapp-connect-mcp": {
      "command": "https://github.com/idle-sync/whatsapp-connect-mcp/releases/download/v0.2.0/whatsapp-connect-mcp_0.2.0_linux_amd64.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whatsapp-connect-mcp": {
      "type": "stdio",
      "command": "https://github.com/idle-sync/whatsapp-connect-mcp/releases/download/v0.2.0/whatsapp-connect-mcp_0.2.0_linux_amd64.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add whatsapp-connect-mcp -- https://github.com/idle-sync/whatsapp-connect-mcp/releases/download/v0.2.0/whatsapp-connect-mcp_0.2.0_linux_amd64.mcpb

Related MCP servers

A dead-simple, self-hosted MCP server for securely querying databases via AI agents.

2
Python
MIT
View repository →