WeCom Bot MCP Server
@loonghao
About WeCom Bot MCP Server
A Python server implementation for WeCom (WeChat Work) bot that follows the Model Context Protocol (MCP). This server provides a standardized interface for handling automated messaging and context-aware interactions within enterprise WeChat environments.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wecom-bot-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"wecom-bot-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is WeCom Bot MCP Server?
A Model Context Protocol (MCP) server for WeCom (WeChat Work) bot. It enables AI assistants to send messages, files, images, and template cards to WeCom groups through webhook URLs.
How to use WeCom Bot MCP Server?
Install via uvx or with Smithery for Claude Desktop, then configure the WECOM_WEBHOOK_URL environment variable. The server runs automatically when the MCP client starts, allowing you to interact through natural language. For developers, the package also provides a direct Python API.
Key features of WeCom Bot MCP Server
- Support for multiple message types (markdown, image, file, template card)
- Multi-bot configuration and management
- @mention support via user ID or phone number
- Message history tracking
- Configurable logging system with cross-platform log storage
- Pydantic-based data validation
Use cases of WeCom Bot MCP Server
- Send weather updates or notifications to a WeCom group
- Send meeting reminders with @mentions for specific attendees
- Deliver files (reports, logs) or images (charts) to a group
- Send critical alerts or CI/CD notifications to designated bots
- Send template card notifications with action buttons or news-style cards
FAQ from WeCom Bot MCP Server
What are the prerequisites to use WeCom Bot MCP Server?
Python 3.10+ and a WeCom Bot Webhook URL obtained from a WeCom group’s bot settings.
How can I configure multiple bots?
Set the WECOM_BOTS environment variable with a JSON object containing each bot’s name and webhook URL, or use individual WECOM_BOT_<name>_URL variables. The WECOM_WEBHOOK_URL variable can also be used as a default bot.
What MCP tools does the server provide?
It provides send_message, send_wecom_file, send_wecom_image, `send_wecom_template_card_text_not
Frequently asked questions
What are the prerequisites to use WeCom Bot MCP Server?
Python 3.10+ and a WeCom Bot Webhook URL obtained from a WeCom group’s bot settings.
How can I configure multiple bots?
Set the `WECOM_BOTS` environment variable with a JSON object containing each bot’s name and webhook URL, or use individual `WECOM_BOT_<name>_URL` variables. The `WECOM_WEBHOOK_URL` variable can also be used as a default bot.
What MCP tools does the server provide?
It provides `send_message`, `send_wecom_file`, `send_wecom_image`, `send_wecom_template_card_text_not
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments