elasticsearch-mcp-server
147
The Elasticsearch/OpenSearch MCP Server is a Model Context Protocol server providing interaction capabilities with Elasticsearch and OpenSearch, enabling document search, index management, and cluster operations through various tools. It supports installation via Smithery and configuration for use in desktop environments like Claude Desktop.
list_indices
List all indexes
get_index
Get detailed information about one or more indexes
create_index
Create a new index
delete_index
Delete the index
search_documents
Search for documents
index_document
Create or update a document
get_document
Get the document by ID
delete_document
Delete document by ID
delete_by_query
Delete documents by query
get_cluster_health
Get cluster health status
get_cluster_stats
Get cluster statistics
list_aliases
List all aliases
get_alias
Get aliases for a specific index
put_alias
Create or update index aliases
delete_alias
Delete index alias