Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon Simple Queue Service MCP Config

<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

Config URL

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

https://mcpbridge.org/config/amazonaws-com-sqs.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-sqs": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sqs.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-sqs": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sqs.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-sqs.json to fetch programmatically.

{
  "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"
}
    }
  }
}

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://mcpbridge.org/config/amazonaws-com-sqs.json

Environment Variables

AMAZON_SIMPLE_QUEUE_SERVICE_API_KEY

Replace your_amazon_simple_queue_service_api_key with your actual 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