WhatsApp MCP Server✓
io.github.nakulben/whatsapp-mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nakulben/whatsapp-mcp",
"description": "Manage WhatsApp Business templates and send messages via Meta Cloud API",
"title": "WhatsApp MCP Server",
"repository": {
"url": "https://github.com/nakulben/whatsapp-mcp",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "jina-whatsapp-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Meta API access token with whatsapp_business_messaging and whatsapp_business_management permissions",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "META_ACCESS_TOKEN"
},
{
"description": "WhatsApp Business Account ID",
"isRequired": true,
"format": "string",
"name": "META_WABA_ID"
},
{
"description": "WhatsApp phone number ID",
"isRequired": true,
"format": "string",
"name": "META_PHONE_NUMBER_ID"
},
{
"description": "Meta app ID (for media uploads)",
"format": "string",
"name": "META_APP_ID"
},
{
"description": "Meta Graph API version (defaults to v24.0)",
"format": "string",
"name": "META_API_VERSION"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}