Skip to content
Grok

Cloudprice for Grok

io.github.alialbaker/cloudprice-mcp

Compare on-demand compute + storage pricing across AWS, Azure, and GCP. Bulk workload compare.

client:Grok transport:stdio runtime:pypi

Install Cloudprice in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cloudprice-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloudprice-mcp"
      ]
    }
  }
}

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

Cloudprice in other clients