MCP Server

aws-cost-explorer-mcp-server

From aws-cost-analyst
Install
1
Run in your terminal
$
npx claudepluginhub revsystem/claude-code-plugins --plugin aws-cost-analyst
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "aws-cost-explorer-mcp-server": {
      "command": "uvx",
      "args": [
        "awslabs.cost-explorer-mcp-server@latest"
      ],
      "env": {
        "AWS_REGION": "${AWS_REGION:-us-east-1}",
        "AWS_PROFILE": "${AWS_PROFILE:-default}",
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
    }
  }
}
Details
Commanduvx
Access Levelwrite
Arguments
awslabs.cost-explorer-mcp-server@latest
Environment Variables
AWS_REGION=${AWS_REGION:-us-east-1}
AWS_PROFILE=${AWS_PROFILE:-default}
FASTMCP_LOG_LEVEL=ERROR
Capabilities
cloud
Actions