Skip to content
Claude Desktop

Cloud FinOps Skill & MCP for Claude Desktop

io.github.optimnow/cloud-finops

Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks.

client:Claude Desktop transport:streamable-http runtime:pypi

Install Cloud FinOps Skill & MCP in Claude Desktop

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

{
  "mcpServers": {
    "cloud-finops": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cloud-finops-skills-590a051d.alpic.live/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Cloud FinOps Skill & MCP in other clients