Amazon CloudSearch Claude Desktop Config
Add the Amazon CloudSearch 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-cloudsearch": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-cloudsearch"
],
"env": {
"AMAZON_CLOUDSEARCH_API_KEY": "your_amazon_cloudsearch_api_key"
}
}
}
}Environment Variables
AMAZON_CLOUDSEARCH_API_KEYReplace your_amazon_cloudsearch_api_key with your actual amazon cloudsearch api key
Endpoints
GET
/#Action=CreateDomainGET_CreateDomain
POST
/#Action=CreateDomainPOST_CreateDomain
GET
/#Action=DefineIndexFieldGET_DefineIndexField
POST
/#Action=DefineIndexFieldPOST_DefineIndexField
GET
/#Action=DefineRankExpressionGET_DefineRankExpression
POST
/#Action=DefineRankExpressionPOST_DefineRankExpression
GET
/#Action=DeleteDomainGET_DeleteDomain
POST
/#Action=DeleteDomainPOST_DeleteDomain
GET
/#Action=DeleteIndexFieldGET_DeleteIndexField
POST
/#Action=DeleteIndexFieldPOST_DeleteIndexField