npx claudepluginhub n0rvyn/indie-toolkit --plugin wechat-bridgeAdd to your .mcp.json:
{
"mcpServers": {
"wechat-bridge": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node