From wechat
Runs locally as a stdio subprocess via 'bun run start' in the plugin directory. Server key 'prune-watch'; purpose unclear from configuration, no secrets or env vars required.
npx claudepluginhub lc2panda/claude-plugin-wechat --plugin wechatAdd to your .mcp.json:
{
"mcpServers": {
"wechat": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start:wechat"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun