2Chat MCP
Manage your WhatsApp, SMS and Phone Calls using a single MCP connector
Ads
Overview
2Chat ships an official MCP server that exposes your WhatsApp, WABA, SMS and voice operations as tools. Add it to Claude, ChatGPT or any MCP-compatible client and let your AI agent talk to customers, manage contacts and run automations on its own. If your assistant speaks the Model Context Protocol, it can speak to your customers through 2Chat. No glue code, no proxy server, just point it to our endpoint and authenticate. Add 2Chat to Claude Desktop, Claude Code or claude.ai with a single MCP entry. Claude can read, write and reply to WhatsApp messages on your behalf.
Installation
https://mcp.2chat.io/mcp
Configuration
{
"mcpServers": {
"2chat": {
"url": "https://mcp.2chat.io/mcp",
"type": "http"
}
}
}Capabilities
- Send and read WhatsApp messages
Use `send_whatsapp_message` to reply to customers and `get_whatsapp_messages` to pull conversation history before answering.
- Verify numbers before messaging
Call `check_if_number_is_on_whatsapp` to confirm a phone is reachable on WhatsApp before sending.
- Manage contacts in plain English
Create, search, update, or delete address book entries with `create_contact`, `search_contacts`, and `update_contact`.
- Send SMS and inspect voice activity
Trigger `send_sms` to any country, or review `get_call_history` and `get_call_price` for virtual numbers.
- Manage WhatsApp groups
List groups and participants with `list_whatsapp_groups` and read group messages via `get_whatsapp_group_messages`.
Tags
- sms
- communication
- productivity
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.