💰 Optimize Azure cloud costs effectively with a production-ready FinOps MCP server for enterprise-scale savings and management.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"azure-finops-optimiz": {
"command": "npx",
"args": [
"-y",
"ywzzx520-commits/Azure-FinOps-Optimizer-MCP"
]
}
}
}
Run in terminal:
claude mcp add azure-finops-optimiz npx -y ywzzx520-commits/Azure-FinOps-Optimizer-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"azure-finops-optimiz": {
"command": "npx",
"args": [
"-y",
"ywzzx520-commits/Azure-FinOps-Optimizer-MCP"
]
}
}
}