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.

评论

其他 分类下的更多 MCP 服务器