Server Directory
SearchAdvanced Official

Elasticsearch

by Elastic

GitHub
1.9k

Official Elastic MCP server for querying Elasticsearch indices through natural language. List indices, get mappings, execute Query DSL searches, and analyze cluster health.

CAPABILITIES

  • Natural language Elasticsearch queries
  • Index management and mappings
  • Query DSL execution
  • Cluster health monitoring
  • Aggregations and analytics
  • Full-text search

INSTALLATION

Terminal
npx -y @elastic/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "elasticsearch": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@elastic/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Search
Difficulty
Advanced
Maintained By
Elastic
NPM Package
@elastic/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →