mcpbeat Sign in

Azure FinOps MCP Server

by raviteja-pegata Your server? Claim it
local only

Azure FinOps MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 26 May 2026.

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

Installs per day peak 20 · avg 10 · +17% w/w
a month agotoday
76
Installs / week
pypi · azure-finops-mcp
0
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Azure FinOps MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add azure-finops-mcp -- uvx azure-finops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "azure-finops-mcp": {
      "args": [
        "azure-finops-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.azure-finops-mcp]
command = "uvx"
args = ["azure-finops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "azure-finops-mcp": {
      "args": [
        "azure-finops-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "azure-finops-mcp": {
      "args": [
        "azure-finops-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AZURE_ALLOWED_SUBSCRIPTIONS (Comma-separated list of Azure subscription IDs this server may query), AZURE_DEFAULT_SUBSCRIPTION (Default subscription ID used when none is specified in a query (must be in AZURE_ALLOWED_SUBSCRIPTIONS)), FINOPS_CACHE_TTL_SECONDS (TTL for cost query cache in seconds (default: 900)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Azure FinOps MCP Server

same job, measured the same way
I
Infrawise
by infrawise

Azure FinOps cost optimization for Claude Code: idle resources, rightsizing, reserved savings.

48 installs/wk local only
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only
I
Chalk
by appkitstudio

Chalk's bundled MCP server for drawing diagrams on macOS via Claude, Cursor, VS Code

local only
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only
Arm MCP Server
by arm

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
OpenClaw FinOps
by maryadawson-code

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

answering

Azure FinOps MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Azure FinOps MCP Server?
Azure FinOps MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package azure-finops-mcp was installed 76 times last week.
How do I connect Azure FinOps MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls azure-finops-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Azure FinOps MCP Server?
The pypi package azure-finops-mcp was installed 76 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Azure FinOps MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.