aws-finops-mcp-server
An MCP server that provides AWS FinOps capabilities for analyzing cloud costs and budget insights through natural language.
The AWS FinOps MCP Server simplifies the management of AWS costs by allowing users to query financial data using natural language. Instead of navigating complex AWS Consoles or writing scripts, users can directly ask questions about their cloud spending and receive immediate insights. This server connects advanced language models to AWS financial data, enabling users to generate reports and audits efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aws-finops-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-finops-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions