WhatsApp Web MCP provides a bridge between WhatsApp Web and AI models using the Model Context Protocol, enabling AI assistants like Claude to interact with WhatsApp through a standardized interface. The server offers two operational modes: a standalone mode that directly connects to WhatsApp Web, and an API client mode that connects to a separate WhatsApp API server. It exposes WhatsApp functionality through MCP tools and resources for sending messages, managing groups, searching contacts, and retrieving chat history, making it valuable for automating WhatsApp interactions and enhancing conversational AI capabilities without leaving the assistant interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Check WhatsApp client connection status. Parameters: None
Send messages to WhatsApp contacts. Parameters: `number`: Phone number to send to, `message`: Text content to send
Search for contacts by name or number. Parameters: `query`: Search term to find contacts
Retrieve messages from a specific chat. Parameters: `number`: Phone number to get messages from, `limit` (optional): Number of messages to retrieve
Get a list of all WhatsApp chats. Parameters: None
Create a new WhatsApp group. Parameters: `name`: Name of the group, `participants`: Array of phone numbers to add
Add participants to an existing group. Parameters: `groupId`: ID of the group, `participants`: Array of phone numbers to add
Retrieve messages from a group. Parameters: `groupId`: ID of the group, `limit` (optional): Number of messages to retrieve
Send a message to a group. Parameters: `groupId`: ID of the group, `message`: Text content to send
Search for groups by name, description, or member names. Parameters: `query`: Search term to find groups
Get detailed information about a specific group. Parameters: `groupId`: ID of the group to get