Fetch
@modelcontextprotocol
Fetch について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}ツール
1Fetches a URL from the internet and extracts its contents as markdown.
概要
What is Fetch?
Fetch is a Model Context Protocol server that enables LLMs to retrieve and process content from web pages by converting HTML to markdown for easier consumption. It provides a fetch tool and a fetch prompt for fetching URLs from the internet.
How to use Fetch?
Install Fetch via uvx (recommended), pip, or Docker. Configure it in your MCP client (e.g., Claude.app or VS Code) with the appropriate command and arguments. Use the fetch tool with a required url and optional max_length, start_index, and raw parameters to control content extraction. Paginate long pages by adjusting start_index.
Key features of Fetch
- Fetches URL content and converts to markdown
- Paginates results with
start_indexparameter - Obey robots.txt by default for tool calls
- Customizable user-agent via
--user-agentargument - Supports proxy configuration with
--proxy-url - Raw content mode available with
raw=true
Use cases of Fetch
- Retrieving and summarizing current web articles
- Reading long documentation in chunks to find specific info
- Feeding web data to AI models for analysis or answering questions
- Fetching reference material and converting to LLM-friendly format
FAQ from Fetch
What parameters does the fetch tool accept?
The fetch tool requires a url (string) and optionally accepts max_length (integer, default 5000), start_index (integer, default 0), and raw (boolean, default false).
Can the Fetch server access internal IP addresses?
Yes. The README warns that the server can access local/internal IP addresses and may represent a security risk. Exercise caution to avoid exposing sensitive data.
Does Fetch respect robots.txt?
By default, it obeys robots.txt for tool calls (model-initiated requests) but not for user-initiated prompts. You can disable this behavior with the --ignore-robots-txt argument.
What are the installation options for Fetch?
Fetch can be run via uvx (recommended), installed with pip and executed as python -m mcp_server_fetch, or used as a Docker container mcp/fetch.
「ブラウザ自動化」の他のコンテンツ
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
playwright-server MCP server
blackwhite084
Fetch
modelcontextprotocolModel Context Protocol Servers
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
コメント