mcp-walichat
by walichat·★ 1·综合分 34
WhatsApp MCP 连接器,通过 WaliChat API 实现 AI 客户端的消息自动化、对话分析和群组管理功能。
概述
mcp-walichat 服务器提供了全面的 WhatsApp 自动化工具,可通过任何兼容 MCP 的 AI 客户端访问。它使用户能够从 Claude、ChatGPT 等 AI 助手直接发送消息、管理聊天、处理群组、安排通信和分析对话。该服务器实现了 MCP 协议,提供广泛的 WhatsApp 功能,包括消息管理、对话分析、批量操作和客户服务自动化。它支持本地安装和 HTTP 流式传输,便于集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要将WhatsApp自动化与AI助手集成,并通过WaliChat获得全面的消息、群组管理和分析功能,请选择此MCP服务器。
什么时候不要选它
如果您需要使用其他消息平台,或者不愿使用需要付费订阅才能获得完整功能的第三方API,请不要选择它。
此 server 暴露的工具
从 README 抽取出 12 个工具manage_whatsapp_messagesUniversal message sending with various types: text, media, location, contact, poll, etc.
manage_whatsapp_message_interactionsMessage interactions: reply, forward, reaction, and poll voting
get_whatsapp_chat_messagesComprehensive message retrieval with various filtering options
get_whatsapp_chatsUniversal chat retrieval with various filtering and sorting options
manage_whatsapp_groupsComplete group operations: search, create, update, join, leave, invite management
manage_whatsapp_contactsContact CRUD operations with bulk operations and metadata management
manage_whatsapp_campaignsBulk messaging campaigns: create, update, start, stop, delete with tracking
manage_whatsapp_statusWhatsApp Status (Stories) management: get, publish, schedule with media support
get_whatsapp_devicesDevice listing with advanced filtering by status, session, and online status
manage_whatsapp_labelsLabel management: create, update, delete with color-coded organization
manage_whatsapp_channelsChannel lifecycle management: create, update, join, leave, message management
health_checkComprehensive system health check for MCP server and connected WhatsApp devices
可对比工具
安装
安装
本地安装
npm install mcp-walichatHTTP 流式传输(推荐)
对于支持 HTTP 流式传输的客户端,添加以下配置:
**Claude Desktop 配置** 添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"walichat": {
"type": "http",
"url": "https://api.wali.chat/mcp?key=YOUR_WALICHAT_API_KEY"
}
}
}**VS Code Copilot 配置** 在 VS Code 设置中:
{
"mcp.servers": {
"walichat": {
"url": "https://api.wali.chat/mcp?key=YOUR_WALICHAT_API_KEY",
"transport": "http-streaming"
}
}
}FAQ
- 支持哪些 MCP 客户端?
- 该服务器支持任何兼容 MCP 的客户端,包括 Claude Desktop、VS Code Copilot、Cursor、Windsurf、Cline 等。当客户端支持时,建议使用 HTTP 流式传输以获得更好的性能。
- 如何获取我的 WaliChat API 密钥?
- 在 wali.chat 注册,访问 app.wali.chat/api 的 API 设置,然后复制您的 API 密钥。此密钥是向 MCP 服务器进行身份验证所必需的。
mcp-walichat 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。