Elasticsearch MCP Server
Rank #873io.github.cr7258/elasticsearch-mcp-server
MCP server providing elasticsearch-server capabilities
Elasticsearch MCP Server is a Model Context Protocol (MCP) server published by cr7258. It ranks #873 of 115,591 servers tracked on MCP Toplist, and its repository has 303 GitHub stars. Elasticsearch MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Jan 9, 2025 and most recently updated on Sep 15, 2025.
Ranks ahead of 114,718 of 115,591 servers on MCP Toplist.
Use Elasticsearch MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add elasticsearch-mcp-server -e "ELASTICSEARCH_HOSTS=<your ELASTICSEARCH_HOSTS>" -e "ELASTICSEARCH_API_KEY=<your ELASTICSEARCH_API_KEY>" -e "ELASTICSEARCH_USERNAME=<your ELASTICSEARCH_USERNAME>" -e "ELASTICSEARCH_PASSWORD=<your ELASTICSEARCH_PASSWORD>" -e "ELASTICSEARCH_VERIFY_CERTS=<your ELASTICSEARCH_VERIFY_CERTS>" -- uvx elasticsearch-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.elasticsearch-mcp-server]
command = "uvx"
args = ["elasticsearch-mcp-server"]
[mcp_servers.elasticsearch-mcp-server.env]
ELASTICSEARCH_HOSTS = "<your ELASTICSEARCH_HOSTS>"
ELASTICSEARCH_API_KEY = "<your ELASTICSEARCH_API_KEY>"
ELASTICSEARCH_USERNAME = "<your ELASTICSEARCH_USERNAME>"
ELASTICSEARCH_PASSWORD = "<your ELASTICSEARCH_PASSWORD>"
ELASTICSEARCH_VERIFY_CERTS = "<your ELASTICSEARCH_VERIFY_CERTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elasticsearch-mcp-server": {
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "<your ELASTICSEARCH_HOSTS>",
"ELASTICSEARCH_API_KEY": "<your ELASTICSEARCH_API_KEY>",
"ELASTICSEARCH_USERNAME": "<your ELASTICSEARCH_USERNAME>",
"ELASTICSEARCH_PASSWORD": "<your ELASTICSEARCH_PASSWORD>",
"ELASTICSEARCH_VERIFY_CERTS": "<your ELASTICSEARCH_VERIFY_CERTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elasticsearch-mcp-server": {
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "<your ELASTICSEARCH_HOSTS>",
"ELASTICSEARCH_API_KEY": "<your ELASTICSEARCH_API_KEY>",
"ELASTICSEARCH_USERNAME": "<your ELASTICSEARCH_USERNAME>",
"ELASTICSEARCH_PASSWORD": "<your ELASTICSEARCH_PASSWORD>",
"ELASTICSEARCH_VERIFY_CERTS": "<your ELASTICSEARCH_VERIFY_CERTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"elasticsearch-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "<your ELASTICSEARCH_HOSTS>",
"ELASTICSEARCH_API_KEY": "<your ELASTICSEARCH_API_KEY>",
"ELASTICSEARCH_USERNAME": "<your ELASTICSEARCH_USERNAME>",
"ELASTICSEARCH_PASSWORD": "<your ELASTICSEARCH_PASSWORD>",
"ELASTICSEARCH_VERIFY_CERTS": "<your ELASTICSEARCH_VERIFY_CERTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elasticsearch-mcp-server": {
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "<your ELASTICSEARCH_HOSTS>",
"ELASTICSEARCH_API_KEY": "<your ELASTICSEARCH_API_KEY>",
"ELASTICSEARCH_USERNAME": "<your ELASTICSEARCH_USERNAME>",
"ELASTICSEARCH_PASSWORD": "<your ELASTICSEARCH_PASSWORD>",
"ELASTICSEARCH_VERIFY_CERTS": "<your ELASTICSEARCH_VERIFY_CERTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elasticsearch-mcp-server": {
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "<your ELASTICSEARCH_HOSTS>",
"ELASTICSEARCH_API_KEY": "<your ELASTICSEARCH_API_KEY>",
"ELASTICSEARCH_USERNAME": "<your ELASTICSEARCH_USERNAME>",
"ELASTICSEARCH_PASSWORD": "<your ELASTICSEARCH_PASSWORD>",
"ELASTICSEARCH_VERIFY_CERTS": "<your ELASTICSEARCH_VERIFY_CERTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cr7258%2Felasticsearch-mcp-server)<a href="https://mcptoplist.com/server/io.github.cr7258%2Felasticsearch-mcp-server"><img src="https://mcptoplist.com/badge/io.github.cr7258%2Felasticsearch-mcp-server.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
cr7258
Other servers by cr7258
View all cr7258 servers →Available versions (4)
| Version | Published |
|---|---|
| 2.0.15 | Sep 15, 2025 |
| 2.0.14 | Sep 11, 2025 |
| 2.0.12 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Elasticsearch MCP Server?
- Elasticsearch MCP Server is maintained by cr7258, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Elasticsearch MCP Server listed on the Official MCP Registry?
- Yes — Elasticsearch MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Elasticsearch MCP Server have?
- MCP Toplist tracks 4 versions of Elasticsearch MCP Server, most recently published on Sep 15, 2025.
- Where can I find the source code for Elasticsearch MCP Server?
- The source code for Elasticsearch MCP Server is hosted at github.com/cr7258/elasticsearch-mcp-server.