Elasticsearch
Freemiumby Cloud Tools Co
Search, index, and analyze data in Elasticsearch clusters with natural language queries.
v1.0.0Added Feb 20, 2025
elasticsearchsearchanalytics
Elasticsearch MCP Server
Search, index, and analyze data in Elasticsearch clusters with natural language queries.
Features
- Full-text Search
- Index Management
- Aggregations
- Mappings
- Cluster Health
Installation
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": ["-y", "mcp-elasticsearch"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-elasticsearch
Add to claude_desktop_config.json
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": ["-y", "mcp-elasticsearch"]
}
}
}