MCP.so
登录

WeCom Bot MCP Server

@loonghao

关于 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.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

loonghao

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "wecom-bot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "wecom-bot-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器