Cloud InfrastructureAuto-generated
Amazon Simple Queue Service MCP Server
<p>Welcome to the <i>Amazon SQS API Reference</i>.</p> <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p> <p
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sqs
Environment Variables
AMAZON_SIMPLE_QUEUE_SERVICE_API_KEYExample: your_amazon_simple_queue_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-sqs": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sqs"],
"env": {
"AMAZON_SIMPLE_QUEUE_SERVICE_API_KEY": "your_amazon_simple_queue_service_api_key"
}
}
}
}Endpoints
GET
/{AccountNumber}/{QueueName}/#Action=AddPermissionGET_AddPermission
POST
/#Action=AddPermissionPOST_AddPermission
GET
/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityGET_ChangeMessageVisibility
POST
/#Action=ChangeMessageVisibilityPOST_ChangeMessageVisibility
GET
/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityBatchGET_ChangeMessageVisibilityBatch
POST
/#Action=ChangeMessageVisibilityBatchPOST_ChangeMessageVisibilityBatch
GET
/#Action=CreateQueueGET_CreateQueue
POST
/#Action=CreateQueuePOST_CreateQueue
GET
/{AccountNumber}/{QueueName}/#Action=DeleteMessageGET_DeleteMessage
POST
/#Action=DeleteMessagePOST_DeleteMessage