← Back to browse

Azure FinOps MCP Server

Indexed by io.github.raviteja-pegata

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAZURE_ALLOWED_SUBSCRIPTIONS AZURE_DEFAULT_SUBSCRIPTION FINOPS_CACHE_TTL_SECONDS
Claude Code
claude mcp add --env AZURE_ALLOWED_SUBSCRIPTIONS= --env AZURE_DEFAULT_SUBSCRIPTION= --env FINOPS_CACHE_TTL_SECONDS= azure-finops-mcp -- uvx azure-finops-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"azure-finops-mcp","command":"uvx","args":["azure-finops-mcp"],"env":{"AZURE_ALLOWED_SUBSCRIPTIONS":"","AZURE_DEFAULT_SUBSCRIPTION":"","FINOPS_CACHE_TTL_SECONDS":""}}'
JSON
{
  "mcpServers": {
    "azure-finops-mcp": {
      "command": "uvx",
      "args": [
        "azure-finops-mcp"
      ],
      "env": {
        "AZURE_ALLOWED_SUBSCRIPTIONS": "",
        "AZURE_DEFAULT_SUBSCRIPTION": "",
        "FINOPS_CACHE_TTL_SECONDS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.