Install one command
$ npx @modelcontextprotocol/inspector <command>
Or add it with the Claude CLI: claude mcp add caol64-wenyan-mcp
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"caol64-wenyan-mcp": {
"command": "npx",
"args": ["@modelcontextprotocol/inspector", "<command>"],
"env": {
"WECHAT_APP_SECRET": "<your-wechat-app-secret>",
"MCP_PROXY_AUTH_TOKEN": "<your-mcp-proxy-auth-token>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.