MCP Catalogs
Home

titanmind-whatsapp-mcp

by TitanmindAGI·18·Score 37

WhatsApp marketing and messaging MCP server using Titanmind for conversation management and template-based messaging.

communicationai-llmproductivity
10
Forks
1
Open issues
10 mo ago
Last commit
2d ago
Indexed

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:

you:Automated customer support through WhatsApp conversations
you:Marketing campaigns using approved message templates
you:Bulk messaging to customer lists with country-specific formatting
you:What messaging modes does this MCP server support?
you:How long does template approval take?

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 README
  • get_recent_conversations

    Retrieve all conversations with messages sent or received in the last 24 hours

  • get_conversation_messages

    Fetch all messages from a specific conversation

  • send_whatsapp_message

    Send a message to an existing WhatsApp conversation

  • create_message_template

    Register new WhatsApp message templates for approval

  • get_templates

    Retrieve all created templates with approval status

  • send_bulk_messages

    Send messages to multiple phone numbers using approved templates

Comparable tools

openai-whatsapp-mcpwhatsapp-api-mcptwilio-mcp

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 ensurepath
Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.