← Back to directory
W

WeChat MCP Server

Community
WeChat MCP Server based on WeiXinMPSDK (WeChat McpRouter)
GitHub source repository ↗
★ 8.9k Stars Category · Other Very popular
35FMRS · D

This MCP server is part of the Senparc.Weixin WeChat .NET SDK repository; its manifest describes it as a "WeChat MCP Server using WeChat McpRouter" at version 0.1.0-beta. Beyond the repository's own WeChat full-platform SDK capabilities, the source provides no tool list, transport, authentication or installation details, and the NuGet package name remains a placeholder, so it is currently suitable only for tracking and experimentation, not production use.

Reliability
4/20
Security and permissions
6/20
Maintenance
15/20
Documentation
6/20
Setup experience
4/20
Read the FMRS scoring method →

This is an MCP server bundled in the Senparc.Weixin (WeChat full-platform .NET SDK) repository, located at src/Senparc.Weixin.MCP.Server/.mcp/server.json, with the manifest describing it as a "WeChat MCP Server using WeChat McpRouter". The repository itself is an open-source .NET SDK covering WeChat Official Accounts, Mini Programs, Mini Games, WeChat Pay, WeCom/Enterprise Accounts, Open Platform, JSSDK and more, and has been maintained for over 13 years. The manifest still lists a placeholder NuGet package name (<your package ID here>) at version 0.1.0-beta, indicating an early beta state. Because the source provides no tool list, transport details or installation example, the available tools and invocation method cannot be confirmed.

Setup

No installation instructions are provided in the source. The manifest lists NuGet as the registry with the placeholder package name "<your package ID here>" at version 0.1.0-beta, so an actionable install procedure cannot be given.

Fit and risk

Best for

  • Developers building WeChat applications with .NET / C#
  • Technical evaluators tracking new MCP integration in the Senparc.Weixin SDK

Not for

  • Users needing a stable, production-released MCP server (currently 0.1.0-beta with an unfilled package name)
  • Users outside the .NET stack or without a need for WeChat platform capabilities
  • Users requiring a definite tool list and complete installation documentation

Required permissions

  • The source does not state the permissions or scopes required by this MCP server.

Risks and side effects

  • The NuGet package name in the manifest is a placeholder, so the actual installable package cannot be confirmed and installation may fail.
  • The version is 0.1.0-beta, so interfaces and behavior may change at any time.
  • The source provides no tool, authentication or permission details, leaving the security boundary unknown.

Troubleshooting

  1. Verify whether the package name has been replaced with a real NuGet package ID in the manifest; otherwise installation will fail.
  2. Check that the version matches the repository branch (manifest states 0.1.0-beta).
  3. Check src/Senparc.Weixin.MCP.Server/.mcp/server.json in the repository for an updated version.
  4. Confirm the development environment supports .NET (the repository states support for .NET Framework, .NET Core and .NET 10.0).

Use cases

Experimenting with MCP integration for WeChat capabilities in a .NET project
Exploring the MCP (McpRouter) integration direction of the Senparc.Weixin SDK