Back to directory
sanxxit/AWS-cost-explorer-with-MCP-server

sanxxit/AWS-cost-explorer-with-MCP-server

@sanxxit1

An MCP server for accessing AWS Cost Explorer and Amazon Bedrock usage data through Anthropic's Model Control Protocol

awscost-explorerbedrockcloudfinance

Installation & Configuration

{
  "mcpServers": {
    "aws_cost_explorer": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/aws-cost-explorer-mcp-server",
        "run",
        "server.py"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY_ID",
        "AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_ACCESS_KEY",
        "AWS_REGION": "us-east-1",
        "BEDROCK_LOG_GROUP_NAME": "YOUR_CLOUDWATCH_BEDROCK_MODEL_INVOCATION_LOG_GROUP_NAME",
        "CROSS_ACCOUNT_ROLE_NAME": "ROLE_NAME_FOR_THE_ROLE_TO_ASSUME_IN_OTHER_ACCOUNTS",
        "MCP_TRANSPORT": "stdio"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/4/16
Updated
2026/6/7