Server data from the Official MCP Registry
Manage WhatsApp Business templates and send messages via Meta Cloud API
Manage WhatsApp Business templates and send messages via Meta Cloud API
Set these up before or after installing:
Environment variable: META_ACCESS_TOKEN
Environment variable: META_WABA_ID
Environment variable: META_PHONE_NUMBER_ID
Environment variable: META_APP_ID
Environment variable: META_API_VERSION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nakulben-whatsapp-mcp": {
"env": {
"META_APP_ID": "your-meta-app-id-here",
"META_WABA_ID": "your-meta-waba-id-here",
"META_API_VERSION": "your-meta-api-version-here",
"META_ACCESS_TOKEN": "your-meta-access-token-here",
"META_PHONE_NUMBER_ID": "your-meta-phone-number-id-here"
},
"args": [
"jina-whatsapp-mcp"
],
"command": "uvx"
}
}
}This WhatsApp MCP server is well-structured with proper authentication patterns using environment variables for Meta API credentials. The codebase demonstrates good security practices with parameterized queries and input validation, though it requires sensitive Meta API tokens to function. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!