MCP Server
MCP
io.github.meharajM/whatsapp-mcp
WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp
Install
npx -y @mhrj/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mhrj/whatsapp-mcp",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Target WhatsApp number (required)",
"isRequired": true,
"format": "string",
"name": "WHATSAPP_TARGET_NUMBER"
},
{
"description": "Comma-separated JIDs to restrict who can control replies",
"format": "string",
"name": "WHATSAPP_ALLOWED_NUMBERS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment