aws-cost-explorer-mcp-server
This MCP server allows users to analyze AWS spending data and Amazon Bedrock usage through a natural language interface.
The AWS Cost Explorer MCP Server provides a user-friendly way to access and visualize AWS cloud spending data. It leverages Anthropic's Claude model to enable users to ask questions about their AWS expenses in natural language, making it easier to understand complex billing information. Users can obtain detailed breakdowns of costs associated with services like Amazon EC2 and Amazon Bedrock, allowing for informed financial decisions regarding cloud resources. Additionally, the server can be run locally or remotely on Amazon EC2, and it supports querying AWS spend information across multiple accounts, provided the appropriate IAM roles are configured. This flexibility ensures that users can access their data securely and efficiently, whether they are working from a desktop application or integrating with other tools.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aws-cost-explorer-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-cost-explorer-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