Back to directory
jerryqx/mcp-server-weixin

jerryqx/mcp-server-weixin

@jerryqx

MCP server for WeChat API integration

wechatweixinmcpapimessagingnotificationtool

Installation & Configuration

{
  "mcpServers": {
    "mcp-server-weixin": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-jar",
        "mcp-server-weixin-1.0.0.jar",
        "--weixin.api.original_id=YOUR_ORIGINAL_ID",
        "--weixin.api.app-id=YOUR_APP_ID",
        "--weixin.api.app-secret=YOUR_APP_SECRET",
        "--weixin.api.template_id=YOUR_TEMPLATE_ID",
        "--weixin.api.touser=YOUR_TOUSER"
      ]
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2026/6/14
Updated
2026/6/15