Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-es.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-es": {
      "url": "https://mcpbridge.org/config/amazonaws-com-es.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-es": {
      "url": "https://mcpbridge.org/config/amazonaws-com-es.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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