MCPサーバーを取得する
ウェブコンテンツの取得機能を提供するモデルコンテキストプロトコル(CMP)サーバー。このサーバーにより、LLMはウェブページからコンテンツを取得して処理し、HTMLをマークダウン形式に変換して利用しやすくなります。
フェッチツールはレスポンスを切り捨てますが、 start_index
引数を使用することで、コンテンツの抽出を開始する位置を指定できます。これにより、モデルは必要な情報が見つかるまでウェブページをチャンク単位で読み取ることができます。
利用可能なツール
fetch
- インターネットから URL を取得し、その内容をマークダウンとして抽出します。url
(文字列、必須): 取得するURLmax_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
をインストールすることもできます。
This server cannot be installed
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 ページ コンテンツの取得と処理を可能にします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.Last updated -162,433TypeScriptMIT License
- AsecurityAlicenseAqualityExtracts 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 -141913MIT License
Skrape MCP Serverofficial
AsecurityAlicenseAqualityThis server converts webpages into clean, structured Markdown optimized for language model consumption, removing unnecessary content and supporting JavaScript rendering.Last updated -110JavaScriptMIT License- AsecurityAlicenseAqualityA 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 -47TypeScriptMIT License