Manage your subscription, API key, and WhatsApp configuration.
Don't have an API key? Get a plan
Loading your dashboard...
—
Use this key in the X-API-Key header of your Claude MCP configuration.
Configure your own WhatsApp Business credentials to use your own phone number instead of the shared test number.
Copy this JSON into your Claude Desktop config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"whatsapp": {
"type": "url",
"url": "https://whatsapp-mcp-server.eosspirit.workers.dev/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}