Odel
elasticsearch mcp server

elasticsearch mcp server

Local
@cr7258305PythonApache-2.0Updated 3w ago

MCP server for interacting with Elasticsearch

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIelasticsearch-mcp-serverv2.0.15

Run

uvx elasticsearch-mcp-server

MCP client config

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