mcpserver.lol
registry/elasticsearch-mcp
Connection check local install

elasticsearch-mcp

Elasticsearch MCP server with available features including mappings management, search and indexing, and index management etc.

Tools 11
GitHub stars 23
Installs / wk 64
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

11 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

bulk from source
Bulk data into an Elasticsearch index
create_index from source
Create an Elasticsearch index, optionally configure settings and mappings
create_index_template from source
Create or update an Elasticsearch index template
create_mapping from source
Create or update the mapping structure of an Elasticsearch index
delete_index_template from source
Delete an Elasticsearch index template
elasticsearch_health from source
Get the health status of the Elasticsearch cluster, optionally include index-level details
get_index_template from source
Get information about Elasticsearch index templates
get_mappings from source
Get field mappings for a specific Elasticsearch index
list_indices from source
List all available Elasticsearch indices, support regex
reindex from source
Reindex data from a source index to a target index
search from source
Perform an Elasticsearch search with the provided query DSL. Highlights are always enabled.