E

Elasticsearch MCP

Search Elasticsearch and Elastic Cloud indices from natural language.

Elastic·No reviews yet
Repo Docs
Share:

About

Official Elastic MCP server exposing search, aggregation, index-management, and cluster-health tools for Elasticsearch and Elastic Cloud. Convert natural-language questions into DSL queries, explore mappings, and build observability agents on top of your logs, metrics and traces.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Elasticsearch MCP

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "elasticsearch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-elasticsearch"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.