Back to MCP Servers
🔌

cr7258/elasticsearch-mcp-server

Apache-2.0API key required

🐍 🏠 - MCP Server implementation that provides Elasticsearch interaction

PythonSearch

Install

uvx Using

Required environment variables

ELASTICSEARCH_API_KEYSet in your MCP config
MCP_API_KEYSet in your MCP config
YOUR_ELASTICSEARCH_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cr7258-elasticsearch-mcp-server": {
      "command": "uvx",
      "args": [
        "Using"
      ],
      "env": {
        "ELASTICSEARCH_API_KEY": "<YOUR_ELASTICSEARCH_API_KEY>",
        "MCP_API_KEY": "<YOUR_MCP_API_KEY>",
        "YOUR_ELASTICSEARCH_API_KEY": "<YOUR_YOUR_ELASTICSEARCH_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.