mcpbeat Sign in

WhatsApp MCP Server

local only

WhatsApp MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 4 Apr 2026.

Manage WhatsApp Business templates and send messages via Meta Cloud API

Installs per day peak 14 · avg 7 · +14% w/w
a month agotoday
57
Installs / week
pypi · jina-whatsapp-mcp
3
Stars
0 open issues
4 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check WhatsApp MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add whatsapp-mcp -- uvx jina-whatsapp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-mcp": {
      "args": [
        "jina-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whatsapp-mcp]
command = "uvx"
args = ["jina-whatsapp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-mcp": {
      "args": [
        "jina-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whatsapp-mcp": {
      "args": [
        "jina-whatsapp-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: META_ACCESS_TOKEN (Meta API access token with whatsapp_business_messaging and whatsapp_business_management permissions), META_WABA_ID (WhatsApp Business Account ID), META_PHONE_NUMBER_ID (WhatsApp phone number ID), META_APP_ID (Meta app ID (for media uploads)), META_API_VERSION (Meta Graph API version (defaults to v24.0)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhatsApp MCP Server

same job, measured the same way
MCP Whatsapp Cloud
by codespar

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

26 installs/wk local only
Gambot WhatsApp Business API
by gambot-ai

Send WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.

152 installs/wk local only
Trypeach Io
by trypeach-io

Send and manage WhatsApp messages, contacts, templates, and events via Peach AI.

45 installs/wk local only
ManyContacts - WhatsApp Business MCP
by manycontacts

WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.

66 installs/wk local only
ManyContacts - WhatsApp Business CRM
by manycontacts

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

local only
Whatsapp
by 2chat

WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server.

answering
TopMessage
by topmessage

Send and schedule SMS and WhatsApp messages, manage contacts and templates, and track delivery.

answering
WhatsApp Messaging API
by jevil25

Send WhatsApp messages from Claude. No Meta Business approval or WhatsApp Business account.

59 installs/wk local only

WhatsApp MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp MCP Server?
WhatsApp MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package jina-whatsapp-mcp was installed 57 times last week.
How do I connect WhatsApp MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jina-whatsapp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use WhatsApp MCP Server?
The pypi package jina-whatsapp-mcp was installed 57 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WhatsApp MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.