MCP server

Elasticsearch

MCP

Official Elasticsearch MCP. Search and mappings.

@elastic/mcp-server-elasticsearch. Query the cluster you point at. Read-first.

latest·Apache-2.0·Updated this quarter·github.com/elastic/mcp-server-elasticsearch·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "elastic": {
      "command": "npx",
      "args": [
        "-y",
        "@elastic/mcp-server-elasticsearch"
      ],
      "env": {
        "ES_URL": "https://…",
        "ES_API_KEY": "…"
      }
    }
  }
}

By Elastic

Spec

What the server actually exposes.

  • search

    read

    A query against an index.

  • mappings

    read

    Index mappings.

  • cluster_health

    read

    Cluster health.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

elastic-mcp.mcp/tools

Tools

  • search

    A query against an index.

    read
  • mappings

    Index mappings.

    read
  • cluster_health

    Cluster health.

    read

Last call

{ "ok": true,
  "tool": "search",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.