Mcp Server Weixin

by jerryqx

218 downloads
Not rated
GitHub

About

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.

Details

Author
jerryqx
Downloads
218
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server Weixin
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server weixin": {
            "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"
                ]
            }
        }
    }
}

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"
        ]
    }
}
{
  "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"
      ]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.