titanmind-whatsapp-mcp
by TitanmindAGI·★ 18·Score 37
WhatsApp marketing and messaging MCP server using Titanmind for conversation management and template-based messaging.
Overview
Titanmind WhatsApp MCP provides comprehensive WhatsApp messaging and marketing functionality through the MCP protocol. It supports both free-form messaging within the 24-hour response window and structured template messaging for bulk marketing campaigns. The server offers conversation management capabilities, template creation with approval workflows, and broadcast messaging functionality. Integration requires a Titanmind account with API credentials and business code.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP if you need WhatsApp marketing capabilities and are already using or willing to integrate with Titanmind's services.
When NOT to choose this
Avoid if you need direct WhatsApp API access without dependency on Titanmind's platform or if you need messaging outside of WhatsApp.
Tools this server exposes
6 tools extracted from the READMEget_recent_conversationsRetrieve all conversations with messages sent or received in the last 24 hours
get_conversation_messagesFetch all messages from a specific conversation
send_whatsapp_messageSend a message to an existing WhatsApp conversation
create_message_templateRegister new WhatsApp message templates for approval
get_templatesRetrieve all created templates with approval status
send_bulk_messagesSend messages to multiple phone numbers using approved templates
Comparable tools
Installation
Installation
Prerequisites:
- Python 3.10 or higher
- API Key and Business Code from Titanmind
Using pipx:
# Install pipx
brew install pipx # macOS
sudo apt install pipx # Ubuntu/Debian
# Install Titanmind WhatsApp MCP
pipx install titanmind-whatsapp-mcp
pipx ensurepathClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"TitanMindMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.titanmind.so/whatsapp/mcp/",
"--header",
"api-key:XXXXXXXXXXXXXXXXXXXXXXX",
"--header",
"bus-code:XXXXXX"
]
}
}
}FAQ
- What messaging modes does this MCP server support?
- The server supports two modes: free-form messaging within 24 hours of user interaction and template-based messaging for bulk marketing campaigns outside this window.
- How long does template approval take?
- Templates must be submitted to WhatsApp for approval, but the README doesn't specify the exact timeframe. Users should check their Titanmind dashboard for approval status.
Compare titanmind-whatsapp-mcp with
Last updated · Auto-generated from public README + GitHub signals.