Loading MCP server directory, please wait...
MCP server for interacting with Elasticsearch
npx @getmcp/cli add io.github.cr7258/elasticsearch-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cr7258/elasticsearch-mcp-server": {
"command": "uvx",
"args": [
"elasticsearch-mcp-server"
],
"env": {
"ELASTICSEARCH_HOSTS": "https://localhost:9200",
"ELASTICSEARCH_API_KEY": "",
"ELASTICSEARCH_USERNAME": "",
"ELASTICSEARCH_PASSWORD": "",
"ELASTICSEARCH_VERIFY_CERTS": "false"
}
}
}
}