Skip to content
MCP-Bridge
Databases

Amazon SimpleDB Claude Desktop Config

Add the Amazon SimpleDB 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-sdb": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-sdb"
      ],
      "env": {
        "AMAZON_SIMPLEDB_API_KEY": "your_amazon_simpledb_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_SIMPLEDB_API_KEY

Replace your_amazon_simpledb_api_key with your actual amazon simpledb api key

Endpoints

GET/#Action=BatchDeleteAttributes

GET_BatchDeleteAttributes

POST/#Action=BatchDeleteAttributes

POST_BatchDeleteAttributes

GET/#Action=BatchPutAttributes

GET_BatchPutAttributes

POST/#Action=BatchPutAttributes

POST_BatchPutAttributes

GET/#Action=CreateDomain

GET_CreateDomain

POST/#Action=CreateDomain

POST_CreateDomain

GET/#Action=DeleteAttributes

GET_DeleteAttributes

POST/#Action=DeleteAttributes

POST_DeleteAttributes

GET/#Action=DeleteDomain

GET_DeleteDomain

POST/#Action=DeleteDomain

POST_DeleteDomain