MCP 网页扫描服务器
一个用于网页内容抓取、分析和信息提取的 MCP 服务器。
快速入门
安装
使用 Smithery 安装
运行以下命令:
npx -y @smithery/cli install mcp-server-webscan --client claude
手动安装
- 克隆仓库:
git clone <repository-url>
。 - 进入目录:
cd mcp-server-webscan
。 - 安装依赖:
npm install
。 - 构建项目:
npm run build
。
启动
运行以下命令启动服务器:
npm start
功能示例
- 抓取网页并转换为 Markdown:
Could you fetch the content from https://example.com and convert it to Markdown?
更多工具如链接提取、站点爬取、断链检查等可参考 README 文档。