Skip to main content
DatabasesPython

cr7258/elasticsearch-mcp-server

MCP Server implementation that provides Elasticsearch interaction

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cr7258/elasticsearch-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "elasticsearch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cr7258/elasticsearch-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
cr7258