Loading MCP server directory, please wait...
Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access
npx @getmcp/cli add io.github.TocharianOU/elasticsearchRequires Node.js 18+. Community-contributed server. Review source before installing.
ES_URLYour Elasticsearch instance URL (e.g., https://localhost:9200)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.TocharianOU/elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
],
"env": {
"ES_URL": "",
"ES_API_KEY": "",
"ES_USERNAME": "",
"ES_PASSWORD": "",
"ES_CA_CERT": "",
"NODE_TLS_REJECT_UNAUTHORIZED": "1",
"MAX_TOKEN_CALL": "20000"
}
}
}
}