qyweixin_bot_mcp_server
@zuojianghua
qyweixin_bot_mcp_server について
企业微信群通知机器人
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"qyweixin_bot": {
"disabled": false,
"timeout": 60,
"command": "python",
"args": [
"D:\\code\\qyweixin_bot_mcp_server\\server.py"
],
"env": {
"key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"PYTHONIOENCODING": "utf-8"
},
"transportType": "stdio",
"alwaysAllow": []
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is qyweixin_bot_mcp_server?
This MCP server sends notifications to WeChat Work (企业微信) group chat via a webhook bot. It is designed for users who need to integrate WeCom group messaging into MCP-enabled applications.
How to use qyweixin_bot_mcp_server?
Configure the server in your MCP client settings with the JSON block provided. Set the key environment variable to your WeCom bot webhook key, and specify the path to server.py as the command to run. The server communicates over stdio.
Key features of qyweixin_bot_mcp_server
- — (No features listed in the README.)
Use cases of qyweixin_bot_mcp_server
- — (No use cases described in the README.)
FAQ from qyweixin_bot_mcp_server
What is the required environment variable?
A key environment variable must be set to the webhook key for the WeCom group bot.
What transport protocol does it use?
The server uses stdio transport type.
What is the command to run the server?
The server is run via Python with the command python and argument D:\\code\\qyweixin_bot_mcp_server\\server.py (adjust path as needed).
Is there any timeout setting?
Yes, a timeout of 60 seconds is configured in the example.
Are there any dependencies or runtime requirements?
The README does not list specific dependencies beyond Python (implied by the command). No other requirements are stated.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント