Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elasticsearch Service MCP Config

<fullname>Amazon Elasticsearch Configuration Service</fullname> <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p> <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-es.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-es.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-es": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-es"],
      "env": {
      "AMAZON_ELASTICSEARCH_SERVICE_API_KEY": "your_amazon_elasticsearch_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-es.json

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