MCP server

Elasticsearch
MCPOfficial Elasticsearch MCP. Search and mappings.
@elastic/mcp-server-elasticsearch. Query the cluster you point at. Read-first.
latest·Apache-2.0·Updated this quarter·github.com/elastic/mcp-server-elasticsearch·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"elastic": {
"command": "npx",
"args": [
"-y",
"@elastic/mcp-server-elasticsearch"
],
"env": {
"ES_URL": "https://…",
"ES_API_KEY": "…"
}
}
}
}By Elastic
Spec
What the server actually exposes.
search
readA query against an index.
mappings
readIndex mappings.
cluster_health
readCluster health.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
elastic-mcp.mcp/tools
Tools
- read
search
A query against an index.
- read
mappings
Index mappings.
- read
cluster_health
Cluster health.
Last call
{ "ok": true,
"tool": "search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
