Skip to main content
Glama

Fetch MCP Server

by ExactDoug

获取 MCP 服务器

提供 Web 内容获取功能的模型上下文协议 (MLM) 服务器。该服务器使 LLM 能够检索和处理网页内容,并将 HTML 转换为 Markdown 格式,以便于使用。

fetch 工具会截断响应,但您可以使用start_index参数指定从何处开始内容提取。这使得模型可以分块读取网页,直到找到所需的信息。

可用工具

  • fetch - 从互联网获取 URL 并将其内容提取为 markdown。
    • url (字符串,必需):要获取的 URL
    • max_length (整数,可选):返回的最大字符数(默认值:5000)
    • start_index (整数,可选):从此字符索引开始内容(默认值:0)
    • raw (布尔值,可选):获取不带 markdown 转换的原始内容(默认值:false)

提示

  • 拿来
    • 获取 URL 并将其内容提取为 markdown
    • 参数:
      • url (字符串,必需):要获取的 URL

安装

可选:安装 node.js,这将导致 fetch 服务器使用更强大的不同 HTML 简化器。

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用uvx直接运行mcp-server-fetch

使用 PIP

或者,您可以通过 pip 安装mcp-server-fetch

pip install mcp-server-fetch
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tools

通过将 HTML 转换为 markdown,实现 LLM 网页内容的检索和处理,并支持内容截断和分页。

  1. 可用工具
    1. 提示
      1. 安装
        1. 使用 uv(推荐)
        2. 使用 PIP

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
        Last updated -
        1
        57,735
        TypeScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        Extracts and transforms webpage content into clean, LLM-optimized Markdown. Returns article title, main content, excerpt, byline and site name. Uses Mozilla's Readability algorithm to remove ads, navigation, footers and non-essential elements while preserving the core content structure.
        Last updated -
        1
        4
        11
        MIT License
      • A
        security
        A
        license
        A
        quality
        A server that leverages Cloudflare Browser Rendering to extract and process web content for use as context in LLMs, offering tools for fetching pages, searching documentation, extracting structured content, and summarizing content.
        Last updated -
        4
        3
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
        Last updated -
        125,855
        1

      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/ExactDoug/mcp-fetch'

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