MCP.so
Sign In

qyweixin_bot_mcp_server

@zuojianghua

About qyweixin_bot_mcp_server

企业微信群通知机器人

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

zuojianghua

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers