From weixin
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 m1heng/claude-plugins --plugin weixinAdd to your .mcp.json:
{
"mcpServers": {
"weixin": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun