Token导航 LogoToken导航TokenDH.com
UseScraper MCP Server logo
浏览器工具stdio官方级别未说明来源级核验

UseScraper MCP Server

MCP Server

@smithery/cli

MCP server for the useScraper API. This is a server that scrapes a URL to text or markdown

工具数

0

提示词数

0

GitHub Stars

4

资源数

0
浏览器自动化数据提取JavaScriptClaude内容提取Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

tanevanwifferen

提供方

tanevanwifferen

最后核验

2026/5/18 02:54

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install usescraper-server --client claude

详细介绍

UseScraper MCP服务器

](https://smithery.ai/server/usescraper-server) 这是一个基于类型脚本的MCP服务器,使用UseScraper API提供web抓取功能。它公开了一个单一的工具“抓取”,可以从各种格式的网页中提取内容。

特性

工具

  • scrape -从网页中提取内容

- 参数: - url (必填):要抓取的网页的URL - format (可选):保存内容的格式(文本、html、markdown)。默认值:markdown - advanced_proxy (可选):使用高级代理来规避机器人检测。默认值:false - extract_object (可选):指定要提取的数据的对象

安装

通过Smithery安装

通过以下方式自动安装克劳德桌面版UseScraper 史密瑟里:

npx -y @smithery/cli install usescraper-server --client claude

手动安装

  1. 克隆存储库:
   git clone https://github.com/your-repo/usescraper-server.git
   cd usescraper-server
  1. 安装依赖项:
   npm install
  1. 构建服务器:
   npm run build

配置

要与Claude Desktop一起使用,请添加服务器配置:

在MacOS上: ~/Library/Application Support/Claude/claude_desktop_config.json 在Windows上: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "usescraper-server": {
      "command": "node",
      "args": ["/path/to/usescraper-server/build/index.js"],
      "env": {
        "USESCRAPER_API_KEY": "your-api-key-here"
      }
    }
  }
}

替换 /path/to/usescraper-server 具有到服务器的实际路径,以及 your-api-key-here 使用UseScraper API密钥。

用法

配置后,您可以通过MCP界面使用“刮擦”工具。示例用法:

{
  "name": "scrape",
  "arguments": {
    "url": "https://example.com",
    "format": "markdown"
  }
}

发展

对于自动重建的开发:

npm run watch

调试

由于MCP服务器通过stdio进行通信,调试可能具有挑战性。我们建议使用 MCP检查员,可作为包脚本使用:

npm run inspector

检查器将提供一个URL,用于访问浏览器中的调试工具。

目录标签

目录标签

浏览器自动化数据提取JavaScriptClaude内容提取developer-tools网页抓取本地部署TypeScriptMCP服务器

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP