MCP.so
ログイン

qyweixin_bot_mcp_server

@zuojianghua

qyweixin_bot_mcp_server について

企业微信群通知机器人

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

zuojianghua

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ