MCP Catalogs
首页

titanmind-whatsapp-mcp

by TitanmindAGI·18·综合分 37

基于 Titanmind 的 WhatsApp 营销和消息 MCP 服务器,支持对话管理和模板化消息发送。

communicationai-llmproductivity
10
Forks
1
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

Titanmind WhatsApp MCP 通过 MCP 协议提供全面的 WhatsApp 消息营销功能。它支持 24 小时响应窗口内的自由格式消息以及用于批量营销活动的结构化模板消息。该服务器提供对话管理功能、带有审批工作流的模板创建以及广播消息功能。集成需要具有 API 凭据和业务代码的 Titanmind 账户。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过 WhatsApp 对话实现自动化客户支持
:使用已批准的消息模板进行营销活动
:针对客户列表进行带国家特定格式的批量消息发送
:这个 MCP 服务器支持哪些消息模式?
:模板审批需要多长时间?

什么时候选它

如果您需要 WhatsApp 营销功能并已在使用或愿意集成 Titanmind 的服务,请选择此 MCP。

什么时候不要选它

如果您需要不依赖 Titanmind 平台的直接 WhatsApp API 访问,或者需要 WhatsApp 以外的消息服务,请避免使用。

此 server 暴露的工具

从 README 抽取出 6 个工具
  • 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

可对比工具

openai-whatsapp-mcpwhatsapp-api-mcptwilio-mcp

安装

安装

先决条件:

  • Python 3.10 或更高版本
  • 来自 Titanmind 的 API 密钥和业务代码

使用 pipx:

# 安装 pipx
brew install pipx  # macOS
sudo apt install pipx  # Ubuntu/Debian

# 安装 Titanmind WhatsApp MCP
pipx install titanmind-whatsapp-mcp
pipx ensurepath
Claude Desktop 配置

添加到 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

这个 MCP 服务器支持哪些消息模式?
服务器支持两种模式:用户互动后 24 小时内的自由格式消息,以及此窗口外用于批量营销活动的模板化消息。
模板审批需要多长时间?
模板必须提交给 WhatsApp 进行审批,但 README 中未明确指定时间。用户应检查其 Titanmind 仪表板了解审批状态。

titanmind-whatsapp-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。