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 toolsRead 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 Bulk data into an Elasticsearch index
create_index
from source
Create an Elasticsearch index, optionally configure settings and mappings Create an Elasticsearch index, optionally configure settings and mappings
create_index_template
from source
Create or update an Elasticsearch index template Create or update an Elasticsearch index template
create_mapping
from source
Create or update the mapping structure of an Elasticsearch index Create or update the mapping structure of an Elasticsearch index
delete_index_template
from source
Delete an Elasticsearch index template Delete an Elasticsearch index template
elasticsearch_health
from source
Get the health status of the Elasticsearch cluster, optionally include index-level details 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 information about Elasticsearch index templates
get_mappings
from source
Get field mappings for a specific Elasticsearch index Get field mappings for a specific Elasticsearch index
list_indices
from source
List all available Elasticsearch indices, support regex List all available Elasticsearch indices, support regex
reindex
from source
Reindex data from a source index to a target index Reindex data from a source index to a target index
search
from source