SERVER
Elasticsearch
Rank #11,553io.github.TocharianOU/elasticsearch
MCP server providing elasticsearch capabilities
First listed
Jun 24, 2025
Last publish date
Feb 2, 2026
OVERVIEW
Elasticsearch is a Model Context Protocol (MCP) server published by tocharianou. It ranks #11,553 of 76,851 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Elasticsearch is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Jun 24, 2025 and most recently updated on Feb 2, 2026.
STANDING
#11,553of 76,851 tracked serversTop 25%
Ranks ahead of 65,298 of 76,851 servers on MCP Toplist.
CONNECT
Use Elasticsearch
Add Elasticsearch to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"env": {
"ES_URL": "<your ES_URL>",
"ES_API_KEY": "<your ES_API_KEY>",
"ES_USERNAME": "<your ES_USERNAME>",
"ES_PASSWORD": "<your ES_PASSWORD>",
"ES_CA_CERT": "<your ES_CA_CERT>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<your NODE_TLS_REJECT_UNAUTHORIZED>",
"MAX_TOKEN_CALL": "<your MAX_TOKEN_CALL>"
}
}
}
}Replace each placeholder with your own value before saving.
npm package
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_HTTP_HOST": "<your MCP_HTTP_HOST>",
"ES_URL": "<your ES_URL>",
"ES_API_KEY": "<your ES_API_KEY>",
"ES_USERNAME": "<your ES_USERNAME>",
"ES_PASSWORD": "<your ES_PASSWORD>",
"ES_CA_CERT": "<your ES_CA_CERT>",
"NODE_TLS_REJECT_UNAUTHORIZED": "<your NODE_TLS_REJECT_UNAUTHORIZED>",
"MAX_TOKEN_CALL": "<your MAX_TOKEN_CALL>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry (2 delisted)
ORGANIZATION
tocharianou
MORE FROM THIS PUBLISHER
Other servers by tocharianou
View all tocharianou servers →VERSIONS
Available versions (5)
| Version | Published |
|---|---|
| 0.7.2 | Feb 2, 2026 |
| 0.6.5 | Jan 23, 2026 |
| 0.6.4 | Jan 23, 2026 |
| 0.6.3 | Jan 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- Who maintains Elasticsearch?
- Elasticsearch is maintained by tocharianou, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Elasticsearch listed on the Official MCP Registry?
- Yes — Elasticsearch is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Elasticsearch have?
- MCP Toplist tracks 5 versions of Elasticsearch, most recently published on Feb 2, 2026.
- Where can I find the source code for Elasticsearch?
- The source code for Elasticsearch is hosted at github.com/tocharianou/elasticsearch-mcp.
EXPLORE