aws-finops-mcp-server

(β˜… 181)

An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.

  • .gitignore
  • .python-version
  • Amazon Q CLI.png
  • Claude - FinOps Report.png
  • Claude_Desktop.png
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • uv.lock

# Installation Guide

1. Get the code
git clone https://github.com/ravikiranvm/aws-finops-mcp-server

Downloads the entire project code from GitHub to your computer.

cd aws-finops-mcp-server

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • pipx Installs Python-based CLI tools into isolated environments.
pipx install aws-finops-mcp-server

Installs the CLI tool into an isolated environment via pipx.

curl -LsSf https://astral.sh/uv/install.sh | sh

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
python -m pip install --user pipx

Installs the Python libraries listed in requirements.txt (or similar).

python -m pipx ensurepath

Runs the Python script (or module).

uv pip install aws-finops-mcp-server

Installs the Python libraries listed in requirements.txt (or similar).

python -m venv .venv && source .venv/bin/activate

Runs the Python script (or module).

pip install -e .

Installs the Python libraries listed in requirements.txt (or similar).

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation