elasticsearch-mcp-server

silbaram/elasticsearch-mcp-server
★ 5 stars Java 🔍 Search Updated 4mo ago
This is an elasticsearch mcp server developed based on sprint ai.
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": "npx",
      "args": [
        "-y",
        "silbaram/elasticsearch-mcp-server"
      ]
    }
  }
}