MCP.so
登录

WeCom Bot MCP Server

@MCP-Mirror

关于 WeCom Bot MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is WeCom Bot MCP Server?

A WeCom (WeChat Work) bot server implemented with the FastMCP framework, enabling message sending through a webhook. It is built for developers who need to send notifications from MCP-compatible AI assistants or applications to WeCom group bots.

How to use WeCom Bot MCP Server?

Install via pip or poetry, set the WECOM_WEBHOOK_URL environment variable to your WeCom bot webhook URL, then run the wecom-bot-mcp-server command. Messages can be sent programmatically using the send_message function, and message history can be retrieved with get_message_history.

Key features of WeCom Bot MCP Server

  • Built on the FastMCP framework for easy MCP integration.
  • Supports sending messages in Markdown format.
  • Asynchronous message sending for non-blocking operation.
  • Tracks message history with a built-in function.
  • Full type hints and comprehensive unit tests.

Use cases of WeCom Bot MCP Server

  • Send automated notifications from AI assistants to WeCom group chats.
  • Integrate with MCP-enabled tools to push alerts or updates to WeCom.
  • Use as a simple bot bridge for delivering messages from scripts to WeCom.
  • Enable AI agents to communicate with team members via WeCom groups.

FAQ from WeCom Bot MCP Server

What are the runtime dependencies?

Python >= 3.10, FastMCP >= 0.4.1, and httpx >= 0.24.1 are required.

How does authentication work?

Authentication is handled via the webhook URL set in the WECOM_WEBHOOK_URL environment variable. The URL itself acts as the token.

Where is message data stored and for how long?

Message history is tracked in the server’s memory during its runtime. The messages are sent to WeCom servers via webhook; no persistent local storage is documented.

Which transport protocol is used?

The server communicates with WeCom via HTTP webhook calls. The MCP protocol is handled by FastMCP over standard I/O for local MCP clients.

Can the server be used with Cline?

Yes. The README provides a detailed configuration example for integrating with Cline’s MCP settings, pointing to the wecom-bot-mcp-server command and the required webhook URL environment variable.

评论

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