Skip to content
Claude Desktop

rosettahub mcp server for Claude Desktop

io.github.danielcregg/rosettahub-mcp-server

Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control.

client:Claude Desktop transport:stdio runtime:pypi

Install rosettahub mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rosettahub-mcp-server": {
      "command": "uvx",
      "args": [
        "rosettahub-mcp-server"
      ],
      "env": {
        "RH_API_KEY": "<RH_API_KEY>",
        "RH_ORG": "<RH_ORG>",
        "RH_AWS_REGION": "<RH_AWS_REGION>",
        "RH_WSDL_URL": "<RH_WSDL_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

rosettahub mcp server in other clients