WhatsApp MCP Platform
Provides tools for interacting with WhatsApp, enabling messaging, session control, and webhook normalization for WhatsApp messages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WhatsApp MCP PlatformSend a WhatsApp message to +15551234567 saying 'Hello'."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WhatsApp MCP Platform
A Bun-workspace monorepo for the three independently deployed applications defined by ADR 0002:
apps/web: the Next.js product UI on Vercelapps/api: the public Cloudflare API Workerapps/provider-control: the private Cloudflare Worker reachable only through an API service binding
Shared modules have explicit subpath exports and no catch-all barrel:
packages/domain: pure domain rulespackages/contracts: product and MCP schemaspackages/db: database configuration, migrations, and tenant repositoriespackages/wasender: separate session, control, and webhook-normalization boundaries
Local verification
bun install --frozen-lockfile
bun run format:check
bun run lint
bun run typecheck
bun run validate:infra
bun run test
bun run build
bun run manifests:validate
bun run infra:validateRun a deployable locally with Turbo filtering, for example:
bun run dev --filter=@whatsapp-mcp/webProduction and test Effect roots are separate modules. Runtime configuration cannot select a test Layer, and the production build inspection fails if a test Layer marker enters a deployable artifact.
See deployment configuration and the deployment runbook.
The OpenTofu compute topology in infra/compute uses separate state and
authority for development, preview, and production. It declares the Vercel web
project, the public API Worker custom-domain route, and the private
provider-control Worker service binding.
Related MCP server: WhatsApp MCP Server
Sandcastle
Sandcastle runs issue agents in isolated Docker worktrees. After authenticating Docker, GitHub CLI, and Codex:
bun run sandcastle:build-image
bun run sandcastleThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables Claude to interact with WhatsApp through the Evolution API, allowing for message sending, contact management, group operations, and WhatsApp instance administration.Last updated114331MIT
- FlicenseCqualityFmaintenanceA Model Context Protocol server that connects your personal WhatsApp account to AI agents like Claude, enabling them to search messages, view contacts, retrieve chat history, and send messages via WhatsApp.Last updated769
- Alicense-quality-maintenanceA Model Context Protocol server that integrates with WaPulse WhatsApp Web API, enabling users to send messages, manage groups, handle files, and perform various WhatsApp operations programmatically.Last updated31
- Alicense-quality-maintenanceA Model Context Protocol server that enables interaction with WhatsApp through local stdio or remote HTTP/SSE connections. It allows users to send messages, manage groups, and access chat history using natural language.Last updated602MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuevaio/whatsapp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server