← Back to Plugins
MCP Server MCP

Azure FinOps MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx azure-finops-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "azure-finops-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated list of Azure subscription IDs this server may query",
          "isRequired": true,
          "format": "string",
          "name": "AZURE_ALLOWED_SUBSCRIPTIONS"
        },
        {
          "description": "Default subscription ID used when none is specified in a query (must be in AZURE_ALLOWED_SUBSCRIPTIONS)",
          "isRequired": true,
          "format": "string",
          "name": "AZURE_DEFAULT_SUBSCRIPTION"
        },
        {
          "description": "TTL for cost query cache in seconds (default: 900)",
          "format": "string",
          "name": "FINOPS_CACHE_TTL_SECONDS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...