← All servers

Green API WhatsApp

com.green-api/whatsapp v0.1.2
Official Registry communication

MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add whatsapp --transport http https://mcp.green-api.com/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp": {
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whatsapp": {
      "serverUrl": "https://mcp.green-api.com/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "whatsapp": {
      "type": "http",
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "whatsapp": {
      "url": "https://mcp.green-api.com/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.green-api.com/mcp"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://mcp.green-api.com/mcp
X-Instance-Id: •••••• (required)
X-Api-Token: •••••• (required)
sse https://mcp.green-api.com/sse
X-Instance-Id: •••••• (required)
X-Api-Token: •••••• (required)

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/com.green-api--whatsapp/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent