Wweb MCP
WhatsApp Web MCP is a Node.js application that connects WhatsApp Web with AI models through the Model Context Protocol (MCP), providing a standardized interface for automated messaging, contact management, and group chat functions.
2.5 points
10.4K

What is WhatsApp Web MCP?

WhatsApp Web MCP is a bridge tool that allows AI models to interact with WhatsApp through a standard protocol. It provides functions such as sending and receiving messages, group management, and contact search, enabling AI to use WhatsApp like a human.

How to use WhatsApp Web MCP?

You can choose two main ways of use: 1) Run the MCP server directly to connect to WhatsApp. 2) Access WhatsApp functions through the REST API. You need to scan a QR code to log in to your WhatsApp account for the first time.

Use cases

Suitable for scenarios that require programmatic operation of WhatsApp, such as customer service robots, automated notification systems, AI assistant integration, and automated group management.

Main Features

Message Sending and Receiving
Supports sending and receiving text messages and retrieving chat history
Group Management
Create groups, add members, send group messages, and retrieve group message history
Media Messages
Send and download media files such as images, audio, and documents
Contact Search
Search for contacts by name or number
Webhook Integration
Configure webhooks to receive real-time message notifications
Advantages
Standardized interface: Provides a unified AI integration method through the MCP protocol
Flexible deployment: Supports direct connection or API mode
Comprehensive functions: Covers the main functions of WhatsApp
Persistent session: Supports saving the login status to avoid repeated QR code scanning
Limitations
Unofficial support: WhatsApp may restrict such access at any time
Performance limitations: Not suitable for high-concurrency scenarios
Function limitations: Does not support all native WhatsApp functions
Stability: Depends on third-party libraries and may have compatibility issues

How to Use

Installation
Install globally via npm or run directly using npx
Select the running mode
Decide whether to use an independent MCP server or an API server
Scan the QR code to log in
A QR code will be displayed after running. Scan it with the WhatsApp mobile app to log in.
Start using
Interact with WhatsApp through the MCP protocol or REST API

Usage Examples

Customer service robot
Configure an AI model to automatically reply to customer inquiries and provide 24/7 service
Meeting reminder
Automatically send meeting reminders to team members
Media collection
Automatically collect and categorize images sent by users

Frequently Asked Questions

Will I be blocked by WhatsApp?
Does it support logging in with multiple accounts simultaneously?
Is there a frequency limit for sending messages?
How to ensure the persistence of the login status?
Can I send video messages?

Related Resources

Integration Guide: Integrating WhatsApp with AI
Details how to set up a WhatsApp MCP server and integrate it with Claude
Integrating OpenAI Agents with MCP
How to integrate the OpenAI Agents Python SDK with the MCP protocol
GitHub Repository
Project source code and latest updates
whatsapp-web.js Documentation
Documentation for the underlying WhatsApp Web client library

Installation

Copy the following command to your Client for configuration
{
       "mcpServers": {
           "whatsapp": {
               "command": "npx",
               "args": [
                   "wweb-mcp",
                   "-m", "mcp",
                   "-s", "local",
                   "-c", "api",
                   "-t", "command",
                   "--api-base-url", "http://localhost:3001/api",
                   "--api-key", "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
               ]
           }
       }
   }

{
       "mcpServers": {
           "whatsapp": {
               "command": "docker",
               "args": [
                   "run",
                   "-i",
                   "--rm",
                   "wweb-mcp:latest",
                   "-m", "mcp",
                   "-s", "local",
                   "-c", "api",
                   "-t", "command",
                   "--api-base-url", "http://host.docker.internal:3001/api",
                   "--api-key", "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
               ]
           }
       }
   }
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.4K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
10.8K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
10.4K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
10.7K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
11.6K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
21.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
9.2K
4 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.4K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.5K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
35.4K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
73.0K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
64.4K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
47.8K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
97.1K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase