Skip to main content
Glama

Fetch MCP Server

by ExactDoug

MCPサーバーを取得する

ウェブコンテンツの取得機能を提供するモデルコンテキストプロトコル(CMP)サーバー。このサーバーにより、LLMはウェブページからコンテンツを取得して処理し、HTMLをマークダウン形式に変換して利用しやすくなります。

フェッチツールはレスポンスを切り捨てますが、 start_index引数を使用することで、コンテンツの抽出を開始する位置を指定できます。これにより、モデルは必要な情報が見つかるまでウェブページをチャンク単位で読み取ることができます。

利用可能なツール

  • fetch - インターネットから URL を取得し、その内容をマークダウンとして抽出します。
    • url (文字列、必須): 取得するURL
    • max_length (整数、オプション):返される文字の最大数(デフォルト:5000)
    • start_index (整数、オプション):この文字インデックスからコンテンツを開始します(デフォルト:0)
    • raw (ブール値、オプション):マークダウン変換なしで生のコンテンツを取得します(デフォルト:false)

プロンプト

  • フェッチ
    • URLを取得し、その内容をマークダウンとして抽出する
    • 引数:
      • url (文字列、必須): 取得するURL

インストール

オプション: node.js をインストールすると、フェッチ サーバーはより堅牢な別の HTML 簡略化ツールを使用するようになります。

uvの使用(推奨)

uvを使用する場合、特別なインストールは必要ありません。uvx 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 をマークダウンに変換することで、LLM の Web ページ コンテンツの取得と処理を可能にします。

  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
        62,433
        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
        419
        13
        MIT License
      • A
        security
        A
        license
        A
        quality
        This server converts webpages into clean, structured Markdown optimized for language model consumption, removing unnecessary content and supporting JavaScript rendering.
        Last updated -
        1
        10
        JavaScript
        MIT License
        • Apple
      • 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
        7
        TypeScript
        MIT License
        • Apple

      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