Description

Enhanced MCP server for Elasticsearch and OpenSearch with advanced querying capabilities.

Installation

npx -y elasticsearch-mcp-enhanced
npm install elasticsearch-mcp-enhanced
git clone https://github.com/cr7258/elasticsearch-mcp-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "elasticsearch-mcp-enhanced": {
      "command": "npx",
      "args": [
        "-y",
        "elasticsearch-mcp-enhanced"
      ]
    }
  }
}