npx claudepluginhub orban/claude-skills --plugin mx3-gym-mcpAdd to your .mcp.json:
{
"mcpServers": {
"mx3-gym": {
"command": "npx",
"args": [
"tsx",
"$CLAUDE_PLUGIN_ROOT/src/server.ts"
],
"env": {
"MX3_PASSWORD": "${MX3_PASSWORD}",
"MX3_USERNAME": "${MX3_USERNAME}"
}
}
}
}Replace placeholder values for: MX3_PASSWORD
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
npxMX3_PASSWORD=${MX3_PASSWORD}MX3_USERNAME=${MX3_USERNAME}