[ MCP_NODE_3804 ]

Elasticsearch 搜索

分类:
协议: MCP v1.0
[ 描述 ]

连接 Elasticsearch 数据与索引的 MCP 服务,通过自然语言进行搜索、映射、ES|QL 与分片查询。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "elasticsearch": {
            "description": "MCP server for connecting to Elasticsearch data and indices. Supports search queries, mappings, ES|QL, and shard information through natural language interactions.",
            "command": "docker",
            "args": [
                "run",
                "-i",
                "--rm",
                "-e",
                "ES_URL",
                "-e",
                "ES_API_KEY",
                "docker.elastic.co/mcp/elasticsearch",
                "stdio"
            ],
            "env": {
                "ES_URL": "<elasticsearch-cluster-url>",
                "ES_API_KEY": "<elasticsearch-API-key>"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。