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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论