Skip to content
MCP-Bridge
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_KEY

Example: 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=AddPermission

GET_AddPermission

POST/#Action=AddPermission

POST_AddPermission

GET/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibility

GET_ChangeMessageVisibility

POST/#Action=ChangeMessageVisibility

POST_ChangeMessageVisibility

GET/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityBatch

GET_ChangeMessageVisibilityBatch

POST/#Action=ChangeMessageVisibilityBatch

POST_ChangeMessageVisibilityBatch

GET/#Action=CreateQueue

GET_CreateQueue

POST/#Action=CreateQueue

POST_CreateQueue

GET/{AccountNumber}/{QueueName}/#Action=DeleteMessage

GET_DeleteMessage

POST/#Action=DeleteMessage

POST_DeleteMessage