Azure FinOps MCP Server for Cline
io.github.raviteja-pegata/azure-finops-mcp
Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.
client:Cline
transport:stdio
runtime:pypi
Install Azure FinOps MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"azure-finops-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs