Qiye Wechat MCP
Enables AI assistants to send messages to Enterprise WeChat (Qiye Wechat) groups via webhooks.
企业微信消息 MCP 服务器
简单的企业微信群机器人 MCP 服务器,让 AI 助手能发送消息到企业微信群。
快速开始
1. 配置企业微信群机器人
- 在企业微信群中添加群机器人
- 复制机器人的 Webhook URL
4. 配置 mcpServers
{
  "mcpServers": {
    "企业微信": {
      "command": "uvx",
      "args": ["qiye-wechat-mcp@latest"],
      "env": {
        "WECHAT_WEBHOOK_URL": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=your-webhook-key"
      }
    }
  }
}
功能
- send_text_message(content)- 发送文本消息
- send_markdown_message(content)- 发送Markdown消息
AI提示词
1. 使用中文回复
2. 在完成任务得最后,使用`qiye_wechat_mcp.send_text_message(content)`发送完成通知。
就这么简单!
Related Servers
- Channel.io- Integrate with the Channel Talk API to let AI assistants access and utilize chat information. 
- Sinch- Interact with Sinch APIs for communication services like conversation, email, verification, and voice. 
- MCP-Typebot- Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats. 
- Voyp- Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status. 
- Reddit- Interact with Reddit by posting comments and searching for posts. 
- Didlogic MCP Server- Interact with the Didlogic API for telecommunication services, including virtual phone numbers and SMS. 
- Human-in-the-Loop Slack MCP Server- Allows AI assistants to request information and receive responses from humans via Slack. 
- Unichat- A unified interface for various chat AI models including OpenAI, MistralAI, Anthropic, and Google AI, requiring vendor API keys. 
- ACP-MCP-Server- A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients. 
- MCP WebSocket Server- A WebSocket server for handling mail operations.