TypeScript MCP server for WhatsApp using whatsapp-web.js
MCP Whatsapp Web MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. TypeScript MCP server for WhatsApp using whatsapp-web.js.
Automation of Whatsapp Messages without Meta (Business-)API is against WhatsApp' Terms of Service! You take full responsibility for everything you do with this MCP-Server. It is possible that your account will be flagged/restricted.
Once MCP Whatsapp Web is connected, these are the calls the assistant has available:
Authentication — The Authentication tool exposed by this serverContacts — The Contacts tool exposed by this serverChats — The Chats tool exposed by this serverMessages — The Messages tool exposed by this serverMedia — The Media tool exposed by this serverScripts — The Scripts tool exposed by this serverYou will need 2 environment variables: FFMPEG_PATH, BROWSER_EXECUTABLE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
ffmpeg-static npm package — no manual installation needed. You can point the FFMPEG_PATH environment variable at your own binary to override it.Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
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. MCP Whatsapp Web's toolset — Authentication, Contacts, Chats and 3 more — is a fair guide to whether it matches your workflow. It is maintained by mario-andreschak; 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.
| Tool | What it does |
|---|---|
| Authentication | The Authentication tool exposed by this server. |
| Contacts | The Contacts tool exposed by this server. |
| Chats | The Chats tool exposed by this server. |
| Messages | The Messages tool exposed by this server. |
| Media | The Media tool exposed by this server. |
| Scripts | The Scripts tool exposed by this server. |
ffmpeg-static npm package — no manual installation needed. You can point the FFMPEG_PATH environment variable at your own binary to override it.| Variable | Description | Required |
|---|---|---|
| FFMPEG_PATH | Filesystem location the server is allowed to use. | Optional |
| BROWSER_EXECUTABLE_PATH | Filesystem location the server is allowed to use. | Optional |
Your 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.