Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Budgets MCP Config

<p>Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature. </p> <p>Budgets provide you with a

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-budgets.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-budgets.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-budgets": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-budgets"],
      "env": {
      "AWS_BUDGETS_API_KEY": "your_aws_budgets_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-budgets.json

Environment Variables

AWS_BUDGETS_API_KEY

Replace your_aws_budgets_api_key with your actual aws budgets api key

Endpoints

POST/#X-Amz-Target=AWSBudgetServiceGateway.CreateBudget

CreateBudget

POST/#X-Amz-Target=AWSBudgetServiceGateway.CreateBudgetAction

CreateBudgetAction

POST/#X-Amz-Target=AWSBudgetServiceGateway.CreateNotification

CreateNotification

POST/#X-Amz-Target=AWSBudgetServiceGateway.CreateSubscriber

CreateSubscriber

POST/#X-Amz-Target=AWSBudgetServiceGateway.DeleteBudget

DeleteBudget

POST/#X-Amz-Target=AWSBudgetServiceGateway.DeleteBudgetAction

DeleteBudgetAction

POST/#X-Amz-Target=AWSBudgetServiceGateway.DeleteNotification

DeleteNotification

POST/#X-Amz-Target=AWSBudgetServiceGateway.DeleteSubscriber

DeleteSubscriber

POST/#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudget

DescribeBudget

POST/#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetAction

DescribeBudgetAction