← Index

io.github.cr7258/elasticsearch-mcp-server

io.github.cr7258/elasticsearch-mcp-server·v2.0.15·Search
Quality Score
65
/100

MCP server for interacting with Elasticsearch

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "elasticsearch-mcp-server": {
      "command": "uvx",
      "args": [
        "elasticsearch-mcp-server"
      ],
      "env": {
        "ELASTICSEARCH_HOSTS": "https://localhost:9200",
        "ELASTICSEARCH_API_KEY": "<your-elasticsearch_api_key>",
        "ELASTICSEARCH_USERNAME": "<elasticsearch_username>",
        "ELASTICSEARCH_PASSWORD": "<your-elasticsearch_password>",
        "ELASTICSEARCH_VERIFY_CERTS": "false"
      }
    }
  }
}
§02  Environment variables
ELASTICSEARCH_HOSTS

Comma-separated list of Elasticsearch hosts (e.g., https://localhost:9200)

ELASTICSEARCH_API_KEY
secret

API key for Elasticsearch or Elastic Cloud authentication (recommended)

ELASTICSEARCH_USERNAME

Username for basic authentication (alternative to API key)

ELASTICSEARCH_PASSWORD
secret

Password for basic authentication (used with ELASTICSEARCH_USERNAME)

ELASTICSEARCH_VERIFY_CERTS

Whether to verify SSL certificates (true/false)

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Search