Skip to content
Cursor

Cloudprice for Cursor

io.github.alialbaker/cloudprice-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Cloudprice in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cloudprice in other clients