npx claudepluginhub utsavbalar1231/oh-my-claudeagent --plugin oh-my-claudeagentAdd to your .mcp.json:
{
"mcpServers": {
"omca": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}/servers",
"python",
"${CLAUDE_PLUGIN_ROOT}/servers/omca-mcp.py"
],
"env": {
"UV_PROJECT_ENVIRONMENT": "${CLAUDE_PLUGIN_DATA}/.venv"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
uvUV_PROJECT_ENVIRONMENT=${CLAUDE_PLUGIN_DATA}/.venv