Skip to content
Cursor

Azure FinOps MCP Server for Cursor

io.github.raviteja-pegata/azure-finops-mcp

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

client:Cursor transport:stdio runtime:pypi

Install Azure FinOps MCP Server in Cursor

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

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

{
  "mcpServers": {
    "azure-finops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "azure-finops-mcp"
      ],
      "env": {
        "AZURE_ALLOWED_SUBSCRIPTIONS": "<AZURE_ALLOWED_SUBSCRIPTIONS>",
        "AZURE_DEFAULT_SUBSCRIPTION": "<AZURE_DEFAULT_SUBSCRIPTION>",
        "FINOPS_CACHE_TTL_SECONDS": "<FINOPS_CACHE_TTL_SECONDS>"
      }
    }
  }
}

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

Azure FinOps MCP Server in other clients