[ MCP_NODE_3912 ]

Web Search Prime 深度搜索

协议: MCP v1.0
[ 描述 ]

由 Z.AI 实现的增强型网页搜索,为 AI 提供强大的实时信息检索和多维度搜索能力。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "web-search-prime": {
            "description": "Web Search MCP Server - Z.AI search capability implementation based on the Model Context Protocol (MCP), providing powerful Z.AI search capabilities for MCP-compatible clients such as Claude Code and Cline, including web search, real-time information retrieval, and other features.",
            "type": "http",
            "url": "https://api.z.ai/api/mcp/web_search_prime/mcp",
            "headers": {
                "Authorization": "Bearer your_api_key"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
http
端点
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。