WhatsApp MCP server (stdio) backed by Baileys + SQLite
Whatsapp MCP server exists for a simple reason — assistants are far more useful when they can act on Whatsapp directly instead of describing what you should do. WhatsApp MCP server (stdio) backed by Baileys + SQLite.
Single-user, local, no cloud dependencies. Once you scan the QR code once, your session is saved and you don't have to scan again.
better-sqlite3 native build: - macOS: Xcode Command Line Tools (xcode-select --install) - Linux: build-essential + python3 - Windows: Visual Studio Build Tools with the "Desktop development with C++" workloadInstallation goes through your MCP client rather than a global install: point it at @muhammadmustafa18/whatsapp-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by muhammadmustafa18; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
{
"mcpServers": {
"whatsapp-2": {
"command": "npx",
"args": ["-y", "@muhammadmustafa18/whatsapp-mcp-server"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
better-sqlite3 native build: - macOS: Xcode Command Line Tools (xcode-select --install) - Linux: build-essential + python3 - Windows: Visual Studio Build Tools with the "Desktop development with C++" workloadYour assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.