Elasticsearch MCP Server provides a bridge between AI assistants and Elasticsearch databases, enabling natural language interaction with search functionality and index management. Built with TypeScript and leveraging the official Elasticsearch client, it offers tools for creating indices, defining mappings, performing searches, bulk importing data, and retrieving cluster health information. The implementation uses the Model Context Protocol SDK for standardized communication, making it particularly valuable for users who need to query and manage Elasticsearch data without remembering complex query syntax or API endpoints.
Get Elasticsearch cluster health status, optionally including index-level details.
List available Elasticsearch indices, support regex.
Create Elasticsearch index with optional settings and mappings.
Reindex data from a source index to a target index with optional query and script.
Get field mappings for a specific Elasticsearch index.
Create or update mapping structure for an Elasticsearch index.
Perform an Elasticsearch search with the provided query DSL.
Bulk data into an Elasticsearch index.
Create or update an index template.
Get information about index templates.
Delete an index template.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!