Mcp Server Weixin
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server WeixinCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



