WhatsApp MCP Server with Wati API
@wati-io
About WhatsApp MCP Server with Wati API
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whatsapp-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@wati-io/whatsapp-api-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WhatsApp MCP Server with Wati API?
This is a Model Context Protocol (MCP) server for WhatsApp using the Wati API. It lets you search and read messages, search contacts, and send messages (including media) to individuals. It integrates with the official Wati API and is designed for use with AI assistants like Claude Desktop or Cursor.
How to use WhatsApp MCP Server with Wati API?
Install prerequisites (Python 3.6+, UV, Wati API access), clone the repository, configure a .env file with your Wati API credentials (WATI_API_BASE_URL, WATI_TENANT_ID, WATI_AUTH_TOKEN), then add the server configuration to Claude Desktop’s claude_desktop_config.json or Cursor’s mcp.json. Restart the client to interact with WhatsApp through the provided MCP tools.
Key features of WhatsApp MCP Server with Wati API?
- Search contacts by name or phone number
- Retrieve messages with optional filters
- Send text messages and media files (images, videos, documents, audio)
- Download media from received messages
- Send interactive buttons for structured responses
- List and inspect chats with metadata
Use cases of WhatsApp MCP Server with Wati API?
- An AI assistant that reads and responds to customer inquiries on WhatsApp
- Automating order confirmations with interactive reply buttons
- Sending media updates (e.g., product images) to contacts
- Searching for a contact’s recent conversations for context
- Scheduling and sending bulk audio messages
FAQ from WhatsApp MCP Server with Wati API
What are the prerequisites to run this server?
Python 3.6+, the UV package manager, Claude Desktop or Cursor, and a Wati API account with a tenant ID and authentication token.
How do I get Wati API credentials?
You need a Wati account. Set your WATI_API_BASE_URL, WATI_TENANT_ID, and WATI_AUTH_TOKEN in the .env file as described in the installation steps.
Does the server store my WhatsApp messages locally?
No. Messages are fetched from the Wati API only when accessed through MCP tools; they are not stored persistently by the server.
What media types can I send via this server?
You can send images, videos, documents, and audio files using the send_file and send_audio_message tools.
Are there any rate limits I should be aware of?
Yes, the Wati API may impose rate limits. If you encounter them, you may need to wait or contact Wati support.
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments