[ MCP_NODE_3908 ]

Web Fetch 内容抓取

协议: MCP v1.0
[ 描述 ]

提供网页内容抓取和数据提取功能,支持访问外部 API、抓取网页源码并集成外部数据。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "web-fetch": {
            "description": "Web content fetching and data extraction capabilities. Access external APIs, scrape web content, and integrate external data sources.",
            "command": "npx",
            "args": [
                "-y",
                "@modelcontextprotocol/server-fetch"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。