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": {
"type": "http",
"url": "https://your-kibana/api/agent_builder/mcp",
"headers": {
"Authorization": "ApiKey your-api-key-here"
}
}
}
}