qyweixin_bot_mcp_server
@zuojianghua
About qyweixin_bot_mcp_server
企业微信群通知机器人
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
🚀 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,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments