Tools
list_indices
get_mappings
search
get_cluster_health
get_shards
add_document
update_document
delete_document
update_by_query
delete_by_query
bulk
create_index
delete_index
count_documents
get_templates
get_aliases
Server Config
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@octodet/elasticsearch-mcp"
],
"env": {
"ES_URL": "http://localhost:9200",
"ES_API_KEY": "your_api_key",
"ES_VERSION": "8"
}
}
}
}