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
Twilio SMS Server
Send SMS messages using the Twilio API. Functions as an MCP server or a standalone REST API.
Sassy Fact Check
A sassy, fact-checking Instagram DM bot that roasts bad takes with citations.
Ntfy MCP Server
Send push notifications via the ntfy service, enabling LLMs and AI agents to notify your devices.
MCP Relay
A Discord relay server to send messages and prompts to a channel and receive responses.
Salesforce MCP Server - Enhanced Edition
A Salesforce MCP server with automatic integrations for services such as WhatsApp, Slack, email, and custom webhooks.
Platfone - Receive SMS & Virtual Numbers MCP
Virtual phone number platform for AI agents — rent numbers across 200+ countries, receive SMS, and manage the full activation lifecycle
Gmail MCP Server
Allows AI agents to search Gmail threads, learn your writing style, and draft emails.
mcp-telegram
Telegram MCP server using User API (MTProto) with default-deny ACL, granular per-chat permissions, file sending, media downloads, and rate limiting
mcp-gmail
MCP server for full Gmail operations via Unipile API. 9 tools: send, reply, list, read, delete, search, labels, attachments, drafts. Dry-run by default, 55 unit tests. MIT licensed.
Teams MCP
Interact with Microsoft Teams, users, and organizational data via the Microsoft Graph API.