go-elasticsearch

GitHub

The official Go client for Elasticsearch

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go-elasticsearch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go-elasticsearch"
      ]
    }
  }
}