Elasticsearch runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 29 Aug 2026.
Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access
Today is the operative word: we check Elasticsearch every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add elasticsearch -- npx -y @tocharianou/elasticsearch-mcp
{
"mcpServers": {
"elasticsearch": {
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.elasticsearch]
command = "npx"
args = ["-y", "@tocharianou/elasticsearch-mcp"]
{
"mcpServers": {
"elasticsearch": {
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"elasticsearch": {
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_TRANSPORT (Transport mode selection), MCP_HTTP_PORT (HTTP server port (when using HTTP transport)), MCP_HTTP_HOST (HTTP server host (when using HTTP transport)), ES_URL (Your Elasticsearch instance URL (e.g., https://localhost:9200)), ES_API_KEY (Elasticsearch API key for authentication), ES_USERNAME (Elasticsearch username for basic authentication), ES_PASSWORD (Elasticsearch password for basic authentication), ES_CA_CERT (Path to custom CA certificate for Elasticsearch SSL/TLS), NODE_TLS_REJECT_UNAUTHORIZED (Set to '0' to disable SSL certificate validation (development only)), MAX_TOKEN_CALL (Maximum tokens per API call).
The author declared them in the registry entry; get the values from the project itself.
Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration
MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.
MCP server for interacting with Elasticsearch
MCP server for timezone conversions and time queries with support for IANA timezones
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
Access Obsidian vaults via Local REST API - read, search, and interact with notes
MCP server for querying VirusTotal API with comprehensive security analysis tools.
Control iOS and Android devices with multi-device and seamless Native/WebView support.
Answers built from our own checks of this server.