From handson
Runs locally as a Python stdio MCP server from handson-server/server.py. Capabilities unclear from key, command, and lack of description or env vars.
npx claudepluginhub 3spky5u-oss/handson --plugin handsonAdd to your .mcp.json:
{
"mcpServers": {
"ho": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/handson-server/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python