Token导航 LogoToken导航TokenDH.com
Skrape MCP Server logo
搜索检索stdio官方级别未说明来源级核验

Skrape MCP Server

MCP Server

@smithery/cli

MCP Server for skrape.ai, lets you input any URL and it returns clean markdown for the LLM

工具数

0

提示词数

0

GitHub Stars

12

资源数

0
浏览器自动化JavaScriptClaudeClaude DesktopClaude

安装说明

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

作者 / 组织

skrapeai

提供方

skrapeai

最后核验

2026/5/18 02:19

运行时

Node.js

快速接入

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

命令预览

npx -y @smithery/cli install @skrapeai/skrape-mcp --client claude

详细介绍

Skrape MCP服务器

](https://smithery.ai/server/@skrapeai/skrape-mcp)

使用将网页转换为干净、LLM就绪的Markdown skrape.ai一个MCP服务器,将网络抓取与Claude Desktop和其他MCP兼容应用程序无缝集成。

主要特点

  • 清洁输出:删除广告、导航和无关内容
  • JavaScript支持:处理动态内容渲染
  • LLM优化:结构化Markdown非常适合人工智能消费
  • 一致格式:无论来源如何,结构统一

特性

工具

  • get_markdown -将任何网页转换为LLM就绪的Markdown

- 接受任何输入URL和可选参数 - 返回针对LLM消费优化的干净、结构化的Markdown - 支持动态内容的JavaScript渲染 - 用于高级集成的可选JSON响应格式

安装

通过Smithery安装

通过以下方式自动安装适用于Claude Desktop的Skrape MCP服务器 史密瑟里:

npx -y @smithery/cli install @skrapeai/skrape-mcp --client claude

手动安装

  1. 从获取API密钥 skrape.ai
  1. 安装依赖项:
npm install
  1. 构建服务器:
npm run build
  1. 将服务器配置添加到Claude Desktop:

在MacOS上:

nano ~/Library/Application\ Support/Claude/claude_desktop_config.json

在Windows上:

notepad %APPDATA%/Claude/claude_desktop_config.json

添加此配置(使用您的值替换路径和API密钥):

{
  "mcpServers": {
    "skrape": {
      "command": "node",
      "args": ["path/to/skrape-mcp/build/index.js"],
      "env": {
        "SKRAPE_API_KEY": "your-key-here"
      }
    }
  }
}

与LLM一起使用

以下是如何将服务器与Claude或其他LLM模型一起使用:

  1. 首先,确保在LLM应用程序中正确配置了服务器
  2. 然后,您可以要求ALLMI获取和处理任何网页:
Convert this webpage to markdown: https://example.com

Claude will use the MCP tool like this:

skrape
get_markdown

{
  "url": "https://example.com",
  "options": {
    "renderJs": true
  }
}

由此产生的Markdown将是干净的、结构化的,并准备好进行LLM处理。

高级选项

get_markdown 工具接受以下参数:

  • url (必填):要转换的任何网页URL
  • returnJson (可选):设置为 true 获取完整的JSON响应,而不仅仅是markdown
  • options (可选):其他刮擦选项

- renderJs:是否在抓取之前渲染JavaScript(默认值:true)

所有选项示例:


skrape
get_markdown

{
  "url": "https://example.com",
  "returnJson": true,
  "options": {
    "renderJs": false
  }
}

发展

对于自动重建的开发:

npm run watch

调试

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

npm run inspector

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

______________________________________________________________________

目录标签

目录标签

浏览器自动化JavaScriptClauderesearch-and-datascrapermcphtml-to-markdownskrapemcp-server网页抓取本地部署Markdown转换LLM优化动态内容处理

支持客户端

Claude DesktopClaude

接入字段

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

stdio

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

none

运行时(runtime,运行环境)

Node.js

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

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdiononeremote-capable

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

安装前确认

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

来源信息

继续浏览同类 MCP