qyweixin_bot_mcp_server

qyweixin_bot_mcp_server

1

This project is designed to facilitate automated notifications within corporate WeChat groups. It provides configurable settings for execution and communication through its server architecture, aiming to streamline internal communications.

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