cr7258/elasticsearch-mcp-server
MCP Server implementation that provides Elasticsearch interaction
Quick Start
Clone the repository:
git clone https://github.com/cr7258/elasticsearch-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"elasticsearch-mcp-server": {
"command": "npx",
"args": [
"-y",
"cr7258/elasticsearch-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.