Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From content-create
Local stdio MCP server providing WeChat API access. Requires WECHAT_APP_ID and WECHAT_APP_SECRET for authentication to WeChat services.
npx claudepluginhub xyzbit/claude-plugins --plugin content-createCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wenyan-mcp": {
"command": "npx",
"args": [
"-y",
"@iflow-mcp/wenyan-mcp@0.1.0"
],
"env": {
"WECHAT_APP_ID": "${WECHAT_APP_ID}",
"WECHAT_APP_SECRET": "${WECHAT_APP_SECRET}"
}
}
}
}Replace placeholder values for: WECHAT_APP_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
WECHAT_APP_ID=${WECHAT_APP_ID}WECHAT_APP_SECRET=${WECHAT_APP_SECRET}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.