WeCom Bot MCP Server
@MCP-Mirror
WeCom Bot MCP Server について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント