[ MCP_NODE_3910 ]

Web Reader 网页阅读器

协议: MCP v1.0
[ 描述 ]

基于模型上下文协议实现,支持 Claude Code 及其它客户端提取网页全文和内容块。

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