AWS Savings Plans Claude Desktop Config
Add the AWS Savings Plans MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-savingsplans": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-savingsplans"
],
"env": {
"AWS_SAVINGS_PLANS_API_KEY": "your_aws_savings_plans_api_key"
}
}
}
}Environment Variables
AWS_SAVINGS_PLANS_API_KEYReplace your_aws_savings_plans_api_key with your actual aws savings plans api key
Endpoints
POST
/CreateSavingsPlanCreateSavingsPlan
POST
/DeleteQueuedSavingsPlanDeleteQueuedSavingsPlan
POST
/DescribeSavingsPlanRatesDescribeSavingsPlanRates
POST
/DescribeSavingsPlansDescribeSavingsPlans
POST
/DescribeSavingsPlansOfferingRatesDescribeSavingsPlansOfferingRates
POST
/DescribeSavingsPlansOfferingsDescribeSavingsPlansOfferings
POST
/ListTagsForResourceListTagsForResource
POST
/TagResourceTagResource
POST
/UntagResourceUntagResource