Skip to content
MCP-Bridge
Cloud Infrastructure

Service Quotas Claude Desktop Config

Add the Service Quotas MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-service-quotas": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-service-quotas"
      ],
      "env": {
        "SERVICE_QUOTAS_API_KEY": "your_service_quotas_api_key"
      }
    }
  }
}

Environment Variables

SERVICE_QUOTAS_API_KEY

Replace your_service_quotas_api_key with your actual service quotas api key

Endpoints

POST/#X-Amz-Target=ServiceQuotasV20190624.AssociateServiceQuotaTemplate

AssociateServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.DeleteServiceQuotaIncreaseRequestFromTemplate

DeleteServiceQuotaIncreaseRequestFromTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.DisassociateServiceQuotaTemplate

DisassociateServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.GetAWSDefaultServiceQuota

GetAWSDefaultServiceQuota

POST/#X-Amz-Target=ServiceQuotasV20190624.GetAssociationForServiceQuotaTemplate

GetAssociationForServiceQuotaTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.GetRequestedServiceQuotaChange

GetRequestedServiceQuotaChange

POST/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuota

GetServiceQuota

POST/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuotaIncreaseRequestFromTemplate

GetServiceQuotaIncreaseRequestFromTemplate

POST/#X-Amz-Target=ServiceQuotasV20190624.ListAWSDefaultServiceQuotas

ListAWSDefaultServiceQuotas

POST/#X-Amz-Target=ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistory

ListRequestedServiceQuotaChangeHistory