zuojianghua/qyweixin_bot_mcp_server
If you are the rightful owner of qyweixin_bot_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The qyweixin_bot_mcp_server is a Model Context Protocol (MCP) server designed to facilitate notifications in enterprise WeChat groups.
qyweixin_bot_mcp_server
企业微信群通知机器人
{
"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": []
}
}
}