Mcp Server Weixin
@jerryqx
About Mcp Server Weixin
mcp-server-weixin
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments