mcp vs aws-finops-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp by awslabs | aws-finops-mcp-server by ravikiranvm | |
|---|---|---|
| Stars | ★ 9,068 | ★ 176 |
| 30d uses | — | — |
| Score | 61 | 45 |
| Official | — | — |
| Categories | Cloud StorageDeveloper ToolsAI / LLM Tools | FinanceCloud StorageMonitoring |
| Language | Python | Python |
| Last commit | this month | 11 mo ago |
mcp · Summary
AWS Labs provides a comprehensive suite of MCP servers for AWS services, enabling AI applications to access AWS documentation and resources.
aws-finops-mcp-server · Summary
AWS FinOps MCP server for analyzing cloud costs and detecting waste through natural language queries.
mcp · Use cases
- AI-powered coding assistants for AWS infrastructure development
- Chat applications providing real-time AWS documentation access
- Automated cloud management workflows through AI agents
aws-finops-mcp-server · Use cases
- An AWS cost and usage analysis across multiple time ranges and profiles
- Running FinOps audits to identify unused or underutilized resources
- Comparing costs between different environments or projects
mcp · Install
Installation
For macOS/Linux
pip install -e .For Windows
pip install -e .Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-mcp": {
"command": "python",
"args": ["-m", "awslabs.mcp"]
}
}
}aws-finops-mcp-server · Install
Installation Options
**Option 1: Using pipx (Recommended)**
pipx install aws-finops-mcp-server**Option 2: Using uv**
uv venv && source .venv/bin/activate
uv pip install aws-finops-mcp-server**Option 3: From Source**
git clone https://github.com/ravikiranvm/aws-finops-mcp-server.git
cd aws-finops-mcp-server
python -m venv .venv && source .venv/bin/activate
pip install -e .Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws_finops": {
"command": "aws-finops-mcp-server",
"args": []
}
}
}