Mcp Server Weixin
@jerryqx
About Mcp Server Weixin
mcp-server-weixin
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments