aws-cost-explorer-mcp-server

MCP server for understanding AWS spend

GitHub Stars

122

User Rating

Not Rated

Favorites

0

Views

34

Forks

28

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.12
AWS credentials: Must have access to Cost Explorer
Anthropic API access: For Claude integration
Optional: Amazon Bedrock access (for LangGraph Agent)
Optional: Amazon EC2 (for running a remote MCP server)

Installation Steps

1Install uv:
bash
   # On macOS and Linux
   curl -LsSf https://astral.sh/uv/install.sh | sh
   
powershell
   # On Windows
   powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
   
Additional installation options are documented [here](https://docs.astral.sh/uv/getting-started/installation/)
2Clone the repository:
bash
   git clone https://github.com/aarora79/aws-cost-explorer-mcp-server.git
   cd aws-cost-explorer-mcp-server
   

Additional Resources