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
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments