This is an elasticsearch mcp server developed based on sprint ai.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"elasticsearch-mcp-se": {
"command": "npx",
"args": [
"-y",
"silbaram/elasticsearch-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add elasticsearch-mcp-se npx -y silbaram/elasticsearch-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"elasticsearch-mcp-se": {
"command": "npx",
"args": [
"-y",
"silbaram/elasticsearch-mcp-server"
]
}
}
}