Skip to content
Grok

cloudcostsmcp for Grok

io.github.x7even/cloudcostsmcp

Anchor AI FinOps to real, live cloud pricing — AWS, GCP & Azure public and enterprise rates.

client:Grok transport:stdio runtime:pypi

Install cloudcostsmcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "cloudcostsmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "opencloudcosts"
      ],
      "env": {
        "OCC_GCP_API_KEY": "<OCC_GCP_API_KEY>",
        "OCC_AWS_ENABLE_COST_EXPLORER": "<OCC_AWS_ENABLE_COST_EXPLORER>",
        "AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>",
        "OCC_GCP_BILLING_ACCOUNT_ID": "<OCC_GCP_BILLING_ACCOUNT_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cloudcostsmcp in other clients