Service Quotas Claude Desktop Config
Add the Service Quotas 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-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_KEYReplace your_service_quotas_api_key with your actual service quotas api key
Endpoints
POST
/#X-Amz-Target=ServiceQuotasV20190624.AssociateServiceQuotaTemplateAssociateServiceQuotaTemplate
POST
/#X-Amz-Target=ServiceQuotasV20190624.DeleteServiceQuotaIncreaseRequestFromTemplateDeleteServiceQuotaIncreaseRequestFromTemplate
POST
/#X-Amz-Target=ServiceQuotasV20190624.DisassociateServiceQuotaTemplateDisassociateServiceQuotaTemplate
POST
/#X-Amz-Target=ServiceQuotasV20190624.GetAWSDefaultServiceQuotaGetAWSDefaultServiceQuota
POST
/#X-Amz-Target=ServiceQuotasV20190624.GetAssociationForServiceQuotaTemplateGetAssociationForServiceQuotaTemplate
POST
/#X-Amz-Target=ServiceQuotasV20190624.GetRequestedServiceQuotaChangeGetRequestedServiceQuotaChange
POST
/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuotaGetServiceQuota
POST
/#X-Amz-Target=ServiceQuotasV20190624.GetServiceQuotaIncreaseRequestFromTemplateGetServiceQuotaIncreaseRequestFromTemplate
POST
/#X-Amz-Target=ServiceQuotasV20190624.ListAWSDefaultServiceQuotasListAWSDefaultServiceQuotas
POST
/#X-Amz-Target=ServiceQuotasV20190624.ListRequestedServiceQuotaChangeHistoryListRequestedServiceQuotaChangeHistory