Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access
claude mcp add elasticsearch -- npx -y @tocharianou/elasticsearch-mcp
claude_desktop_config.json
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"elasticsearch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@tocharianou/elasticsearch-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TocharianOU--elasticsearch/reviews or the review_server meta-tool.
POST /mcp