Elasticsearch MCP server enables AI assistants to interact with Elasticsearch clusters through natural language conversations. Built with TypeScript and the official Elasticsearch client library, it provides tools for listing indices, inspecting field mappings, and executing full Query DSL searches with automatic highlighting of text fields. The implementation handles authentication via API keys, supports configurable security permissions, and is particularly valuable for users who need to explore and analyze their Elasticsearch data through conversational interfaces.
No reviews yet. Be the first to review!
Sign in to join the conversation
List all available Elasticsearch indices
Get field mappings for a specific Elasticsearch index
Perform an Elasticsearch search with the provided query DSL
Get shard information for all or specific indices