Amazon SimpleDB Claude Desktop Config
Add the Amazon SimpleDB 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-sdb": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-sdb"
],
"env": {
"AMAZON_SIMPLEDB_API_KEY": "your_amazon_simpledb_api_key"
}
}
}
}Environment Variables
AMAZON_SIMPLEDB_API_KEYReplace your_amazon_simpledb_api_key with your actual amazon simpledb api key
Endpoints
GET
/#Action=BatchDeleteAttributesGET_BatchDeleteAttributes
POST
/#Action=BatchDeleteAttributesPOST_BatchDeleteAttributes
GET
/#Action=BatchPutAttributesGET_BatchPutAttributes
POST
/#Action=BatchPutAttributesPOST_BatchPutAttributes
GET
/#Action=CreateDomainGET_CreateDomain
POST
/#Action=CreateDomainPOST_CreateDomain
GET
/#Action=DeleteAttributesGET_DeleteAttributes
POST
/#Action=DeleteAttributesPOST_DeleteAttributes
GET
/#Action=DeleteDomainGET_DeleteDomain
POST
/#Action=DeleteDomainPOST_DeleteDomain