Elasticsearch
Official
🗄️ Data & Files
The official Elastic MCP server connects AI agents to Elasticsearch for full-text search, analytics, and data management. Supports Elasticsearch 8.x and 9.x with API key or username/password authentication.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@elastic/mcp-server-elasticsearch"
],
"env": {
"ES_URL": "your-es-url-here",
"ES_API_KEY": "your-es-api-key-here",
"ES_USERNAME": "your-es-username-here",
"ES_PASSWORD": "your-es-password-here"
}
}
}
}