Skip to main content
Glama

Website Downloader

by pskill9

网站下载器 MCP 服务器

此 MCP 服务器提供使用 wget 下载整个网站的工具。它保留网站结构并将链接转换为本地可用链接。

先决条件

该服务器需要在您的系统上安装wget

安装 wget

macOS

使用 Homebrew:

brew install wget
Linux(Debian/Ubuntu)
sudo apt-get update sudo apt-get install wget
Linux(Red Hat/Fedora)
sudo dnf install wget
视窗
  1. 使用Chocolatey
choco install wget
  1. 或者从以下网址下载二进制文件: https://eternallybored.org/misc/wget/
    • 下载最新的 wget.exe
    • 将其放在 PATH 中的目录中(例如,C:\Windows\System32)

用法

服务器提供了一个名为download_website的工具,其参数如下:

  • url (必填):需要下载的网站的URL
  • outputPath (可选):网站下载的目录。默认为当前目录。
  • depth (可选):递归下载的最大深度级别。默认为无限。设置为 0 表示仅下载指定页面,设置为 1 表示直接下载链接,以此类推。

例子

{ "url": "https://example.com", "outputPath": "/path/to/output", "depth": 2 // Optional: Download up to 2 levels deep }

特征

网站下载器:

  • 无限深度递归下载
  • 包括所有页面必需品(CSS、图像等)
  • 将链接转换为本地工作
  • 为文件添加适当的扩展名
  • 限制下载到同一域
  • 保留网站结构

安装

  1. 构建服务器:
npm install npm run build
  1. 添加到 MCP 设置:
{ "mcpServers": { "website-downloader": { "command": "node", "args": ["/path/to/website-downloader/build/index.js"] } } }

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

提供使用 wget 下载整个网站的工具。它保留网站结构并将链接转换为本地可用链接。

  1. 先决条件
    1. 安装 wget
  2. 用法
    1. 例子
  3. 特征
    1. 安装

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.
        Last updated -
        1
        4
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        MCP Server enabling integration with Scrapezy to retrieve structured data from websites.
        Last updated -
        1
        12
        1
        JavaScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.
        Last updated -
        1
        Python
        MIT License
      • A
        security
        F
        license
        A
        quality
        A server that provides tools to scrape websites and extract structured data from them using Firecrawl's APIs, supporting both basic website scraping in multiple formats and custom schema-based data extraction.
        Last updated -
        2
        JavaScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/pskill9/website-downloader'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server