WhatsApp Business MCP
Related Servers
Alternatives to WhatsApp Business MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceSend WhatsApp messages, manage templates, and run broadcast campaigns from AI coding tools. Works with Cursor, Claude Code, and Codex via npx @gaviwhatsapp/mcp.-
- AlicenseBqualityDmaintenanceEnables Claude to manage WhatsApp templates, flows, and send messages through the WhatsApp Cloud API.3112 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables sending WhatsApp messages through Claude Desktop and other MCP-compatible LLMs. Supports single and bulk messaging, phone number validation, and session management via the zapr.link service.MIT
- AlicenseBqualityDmaintenanceEnables sending messages, images, documents and more on WhatsApp directly from any MCP-compatible AI, with tools for chat management, groups, and webhooks.371MIT
- AlicenseNot gradedqualityBmaintenanceMCP server exposing WhatsApp Cloud API operations as tools for AI agents like Claude Code, Cursor, and Codex.MIT
- AlicenseNot gradedqualityBmaintenanceTurns Claude Code, Claude Desktop, Cursor, Windsurf or ChatGPT into a WhatsApp operator that knows your customers, your templates, your wallet, and your funnel.10 npm3MIT
TDQS
Scored across 8 tools
Each tool has a distinct, well-defined purpose with clear boundaries. The single vs. bulk sending tools are clearly differentiated, as are validation (pre-submission check) vs. creation (actual submission). Status checking and detail retrieval serve different workflow needs despite both being read operations.
All tools follow a consistent snake_case verb_noun pattern (create_template, send_template_message, check_template_status). Related operations use consistent core terms ('template', 'send') with appropriate qualifiers ('bulk', 'status', 'detail') to distinguish variants.
Eight tools is well-scoped for WhatsApp Business template management, covering the full lifecycle (create, validate, list, get, delete, check status) and messaging (single and bulk send). No tools feel redundant or gratuitous.
Covers template CRUD operations comprehensively (note: WhatsApp templates cannot be updated, only deleted/recreated). Minor gap: no tools to check delivery/read status of sent messages after sending, only the initial send operations.