waxum-mcp
Provides tools for interacting with WhatsApp, including sending text messages and files, reading chat history, downloading media, listing groups and chats, and checking session status.
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., "@waxum-mcpsend 'on my way' to Alice"
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.
waxum-mcp
MCP server for WhatsApp, backed by the waxum REST API gateway. Exposes send/read/media tools to any MCP client (Claude Desktop, Claude Code, etc.) over stdio.
Requires waxum >= 0.11.5 (needs GET /messages/chat/{chat_jid}).
Session pairing (QR / phone-number linking) is not part of this
server — pair the session directly against waxum first (its own
console or POST /sessions/{id}/pair), then point this server at
that already-paired session.
Tools
Tool | Does |
| Send a text message |
| Send a local file (image/video/audio/document/sticker), kind auto-detected from mimetype |
| Read a chat's recent history, or search it by keyword — includes sender push_name and media pointers |
| Download a message's media to local disk, returns the file path |
| List groups this session is in, with JIDs and members |
| List/search known contacts by name, phone, or push_name |
| Check connection/login status |
Related MCP server: mcp-wacli
Configuration
Two ways to point this server at waxum, chosen by WAXUM_MODE (or
auto-detected: client if WAXUM_BASE_URL is set, else spawn).
Client mode — waxum already running elsewhere
WAXUM_MODE=client
WAXUM_BASE_URL=http://localhost:3451
WAXUM_TOKEN=<superadmin token or a session token>
WAXUM_SESSION_ID=<the session to operate on>
WAXUM_MEDIA_DIR=./media # optional, default ./mediaSpawn mode — this server manages the waxum process
WAXUM_MODE=spawn
WAXUM_BINARY_PATH=/path/to/waxum
WAXUM_WORKDIR=/path/to/waxum/data # optional, default: binary's directory
WAXUM_PORT=3451 # optional, default 3451
WAXUM_TOKEN=<superadmin token> # optional, a random one is generated if unset
WAXUM_SESSION_ID=<the session to operate on>In spawn mode the token becomes the spawned process's
SUPERADMIN_TOKEN env var — waxum's own bootstrap credential — so no
token needs to be minted ahead of time. The child process's stdout
and stderr are forwarded to this server's stderr (never stdout, which
is reserved for the MCP protocol channel).
Development
npm install
npm run dev # run directly with tsx
npm run build # compile to dist/
npm start # run the compiled buildThis 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
- AlicenseBqualityCmaintenanceAn MCP server that enables interaction with WhatsApp using the Baileys library and Streamable HTTP transport. It supports managing contacts, chats, and messages, while providing a web admin UI for QR code authentication and media handling.Last updated285MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps the wacli tool to enable AI clients to read, search, and send WhatsApp messages through a personal account. It provides comprehensive tools for managing chats, groups, and contacts using an existing authenticated WhatsApp session.Last updated27
- Alicense-qualityBmaintenanceA WhatsApp Web MCP server that enables reading chats, contacts, and messages, as well as sending, replying, reacting, and managing WhatsApp messages via stdio.Last updated493MIT
Related MCP Connectors
Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP (Model Context Protocol) server for Appwrite
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/imtaqin/waxum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server