Skip to main content

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

full-text searchanalytics

Tools (5)

list_indicesget_mappingssearchesqlget_shards

Config for Claude Desktop / Cursor

{ "mcpServers": { "elasticsearch": { "type": "http", "url": "https://your-kibana/api/agent_builder/mcp", "headers": { "Authorization": "ApiKey your-api-key-here" } } } }
Documentation →