elasticsearch-mcp-server

cr7258/elasticsearch-mcp-server
★ 256 stars Python 🔍 Search Updated 1mo ago
A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elasticsearch-mcp-se": {
      "command": "uvx",
      "args": [
        "elasticsearch-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install elasticsearch-mcp-server