Back to directory
zuojianghua/qyweixin_bot_mcp_server

zuojianghua/qyweixin_bot_mcp_server

@zuojianghua

企业微信群通知机器人

企业微信通知机器人MCP服务器自动化群消息Pythonautomation

Installation & Configuration

{
  "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": []
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15