npx claudepluginhub randypitcherii/rpw-agent-marketplace --plugin rpw-workingAdd to your .mcp.json:
{
"mcpServers": {
"google-tasks": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/google-tasks",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/google-tasks/run_mcp.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv