MCP.so
ログイン

Mcp Server Weixin

@jerryqx

Mcp Server Weixin について

mcp-server-weixin

基本情報

カテゴリ

その他

ランタイム

java

トランスポート

stdio

公開者

jerryqx

設定

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

{
  "mcpServers": {
    "mcp-server-weixin": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-jar",
        "/Users/fuzhengwei/Applications/apache-maven-3.8.4/repository/cn/bugstack/mcp/mcp-server-weixin/1.0.0/mcp-server-weixin-1.0.0.jar",
        "--weixin.api.original_id=gh_e067c267e056",
        "--weixin.api.app-id=wx5a228ff69e28a91f",
        "--weixin.api.app-secret=0bea03aa1310bac050aae79dd8703928",
        "--weixin.api.template_id=O8qI6gy75F-bXfPiQugInTMLA0MRzaMff9WSBb16cFk",
        "--weixin.api.touser=or0Ab6ivwmypESVp_bYuk92T6SvU"
      ]
    }
  }
}

ツール

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

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

概要

What is Mcp Server Weixin?

Mcp Server Weixin is a Java-based MCP server that integrates with the WeChat (Weixin) API. It is configured using command-line arguments for WeChat credentials and settings, and is intended to be used with MCP clients.

How to use Mcp Server Weixin?

The server is run as a Java JAR file using stdio transport. Configuration is provided via command-line arguments for WeChat API parameters such as app‑id, app‑secret, original_id, template_id, and touser. The server can be added to an MCP client’s configuration as shown in the README example.

Key features of Mcp Server Weixin

  • Java-based MCP server using Spring AI
  • Integrates with the WeChat API
  • Uses stdio transport for communication
  • Configured entirely through command-line arguments
  • Includes example configuration for quick setup

Use cases of Mcp Server Weixin

— (The README does not describe specific use cases.)

FAQ from Mcp Server Weixin

What runtime is required to run Mcp Server Weixin?

Java is required, as the server is launched with the java command.

How is the server configured?

All configuration (WeChat API credentials and target settings) is passed as command-line arguments to the JAR file.

What transport does the server use?

The server uses stdio transport, enabled by the -Dspring.ai.mcp.server.stdio=true property.

What WeChat parameters are needed?

The example configuration includes --weixin.api.original_id, --weixin.api.app-id, --weixin.api.app-secret, --weixin.api.template_id, and --weixin.api.touser.

Is authentication handled by the server?

The server accepts an app-secret as part of its configuration for WeChat API authentication.

コメント

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