aws-pricing-mcp-server

stdio

Used by 1 plugin

Installs aws-cost-analyst, the highest-starred plugin that provides this server

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-pricing-mcp-server": {
      "command": "uvx",
      "args": [
        "awslabs.aws-pricing-mcp-server@latest"
      ],
      "env": {
        "AWS_REGION": "${AWS_REGION:-us-east-1}",
        "AWS_PROFILE": "${AWS_PROFILE:-default}",
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
    }
  }
}
Command
uvx
Access Level
write
Arguments
awslabs.aws-pricing-mcp-server@latest
Environment Variables
AWS_REGION=${AWS_REGION:-us-east-1}
AWS_PROFILE=${AWS_PROFILE:-default}
FASTMCP_LOG_LEVEL=ERROR
Capabilities
clouddeployment