qyweixin_bot_mcp_server

by zuojianghua

185 downloads
Not rated
GitHub

About

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.

Details

Author
zuojianghua
Downloads
185
Categories
Other

- — (No features listed in the README.)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name qyweixin_bot_mcp_server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

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

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": []
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.