Skip to content
Cursor

WhatsApp MCP Server for Cursor

io.github.nakulben/whatsapp-mcp

Manage WhatsApp Business templates and send messages via Meta Cloud API

client:Cursor transport:stdio runtime:pypi

Install WhatsApp MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whatsapp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jina-whatsapp-mcp"
      ],
      "env": {
        "META_ACCESS_TOKEN": "<META_ACCESS_TOKEN>",
        "META_WABA_ID": "<META_WABA_ID>",
        "META_PHONE_NUMBER_ID": "<META_PHONE_NUMBER_ID>",
        "META_APP_ID": "<META_APP_ID>",
        "META_API_VERSION": "<META_API_VERSION>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WhatsApp MCP Server in other clients