Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon CloudSearch Claude Desktop Config

Add the Amazon CloudSearch 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-cloudsearch": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-cloudsearch"
      ],
      "env": {
        "AMAZON_CLOUDSEARCH_API_KEY": "your_amazon_cloudsearch_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_CLOUDSEARCH_API_KEY

Replace your_amazon_cloudsearch_api_key with your actual amazon cloudsearch api key

Endpoints

GET/#Action=CreateDomain

GET_CreateDomain

POST/#Action=CreateDomain

POST_CreateDomain

GET/#Action=DefineIndexField

GET_DefineIndexField

POST/#Action=DefineIndexField

POST_DefineIndexField

GET/#Action=DefineRankExpression

GET_DefineRankExpression

POST/#Action=DefineRankExpression

POST_DefineRankExpression

GET/#Action=DeleteDomain

GET_DeleteDomain

POST/#Action=DeleteDomain

POST_DeleteDomain

GET/#Action=DeleteIndexField

GET_DeleteIndexField

POST/#Action=DeleteIndexField

POST_DeleteIndexField