aws-pricing-mcp-server
stdioUsed 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-analystAdd 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
uvxAccess 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=ERRORCapabilities
clouddeployment