Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Elasticsearch MCP Server logo
MCP server

Elasticsearch MCP Server

Search Elasticsearch indices and read mappings through a Docker-run MCP server.

0
SaveVisit website ↗

Add it to your client

Official
Install
docker run -i --rm -e ES_URL -e ES_API_KEY docker.elastic.co/mcp/elasticsearch stdio
mcpServers
{
  "mcpServers": {
    "elasticsearch-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "ES_URL",
        "-e",
        "ES_API_KEY",
        "docker.elastic.co/mcp/elasticsearch",
        "stdio"
      ]
    }
  }
}
Transport
both
Runtime
Docker
Auth
Required
Tools
5
License
Apache-2.0
Tools
list_indicesget_mappingssearchesqlget_shards

Elastic's server gives an agent five operations: list indices, read their mappings, run a search, run an ES|QL query, and inspect shard allocation. Because mappings are readable, the model can shape a query against fields that actually exist instead of guessing at the schema. It ships as a Docker image and authenticates with an API key or basic credentials against a cluster URL. Elastic has marked this repository as receiving only critical security fixes and points Elasticsearch 9.2 and newer at the Agent Builder MCP endpoint instead.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?