Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elasticsearch Service Claude Desktop Config

Add the Amazon Elasticsearch Service 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-es": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-es"
      ],
      "env": {
        "AMAZON_ELASTICSEARCH_SERVICE_API_KEY": "your_amazon_elasticsearch_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_ELASTICSEARCH_SERVICE_API_KEY

Replace your_amazon_elasticsearch_service_api_key with your actual amazon elasticsearch service api key

Endpoints

PUT/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/accept

AcceptInboundCrossClusterSearchConnection

POST/2015-01-01/tags

AddTags

POST/2015-01-01/packages/associate/{PackageID}/{DomainName}

AssociatePackage

POST/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccess

AuthorizeVpcEndpointAccess

POST/2015-01-01/es/serviceSoftwareUpdate/cancel

CancelElasticsearchServiceSoftwareUpdate

POST/2015-01-01/es/domain

CreateElasticsearchDomain

POST/2015-01-01/es/ccs/outboundConnection

CreateOutboundCrossClusterSearchConnection

POST/2015-01-01/packages

CreatePackage

GET/2015-01-01/es/vpcEndpoints

ListVpcEndpoints

POST/2015-01-01/es/vpcEndpoints

CreateVpcEndpoint