Amazon Elasticsearch Service Claude Desktop Config
Add the Amazon Elasticsearch Service 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-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_KEYReplace your_amazon_elasticsearch_service_api_key with your actual amazon elasticsearch service api key
Endpoints
PUT
/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/acceptAcceptInboundCrossClusterSearchConnection
POST
/2015-01-01/tagsAddTags
POST
/2015-01-01/packages/associate/{PackageID}/{DomainName}AssociatePackage
POST
/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccessAuthorizeVpcEndpointAccess
POST
/2015-01-01/es/serviceSoftwareUpdate/cancelCancelElasticsearchServiceSoftwareUpdate
POST
/2015-01-01/es/domainCreateElasticsearchDomain
POST
/2015-01-01/es/ccs/outboundConnectionCreateOutboundCrossClusterSearchConnection
POST
/2015-01-01/packagesCreatePackage
GET
/2015-01-01/es/vpcEndpointsListVpcEndpoints
POST
/2015-01-01/es/vpcEndpointsCreateVpcEndpoint