Scrapling Fetch MCP
@cyberchitta
Scrapling Fetch MCP について
Helps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"scrapling-fetch-mcp": {
"command": "uv",
"args": [
"tool",
"install",
"git+https://github.com/cyberchitta/scrapling-fetch-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Scrapling Fetch MCP?
Scrapling Fetch MCP helps AI assistants fetch content from bot-protected websites. It uses Scrapling (patchright + curl-cffi) to bypass anti-automation measures, returning clean HTML or Markdown. It is optimized for low-volume retrieval of documentation and reference materials.
How to use Scrapling Fetch MCP?
The easiest way is as a Claude Code skill: clone the repository, copy the skills/s-fetch folder into your project’s .claude/skills/ (or ~/.claude/skills/ for all projects), then invoke /s-fetch. For Claude Desktop, install the tool with uv tool install git+https://github.com/cyberchitta/scrapling-fetch-mcp, then add the scrapling-fetch MCP server configuration to your claude_desktop_config.json.
Key features of Scrapling Fetch MCP
- Page fetching with pagination support
- Pattern extraction using regular expressions
- Three automatic protection levels: basic, stealth, max-stealth
- Text-only content (HTML / Markdown output)
- Optimized for low-volume retrieval of documentation
Use cases of Scrapling Fetch MCP
- Fetching docs from bot-protected reference sites
- Extracting specific mentions (e.g., “authentication”) from a page
- Retrieving installation instructions from a protected homepage
- Getting clean Markdown from JavaScript-heavy documentation pages
FAQ from Scrapling Fetch MCP
What does Scrapling Fetch MCP do?
It fetches content from bot-protected websites using anti-automation bypass techniques, returning clean HTML or Markdown to AI assistants.
How do I install Scrapling Fetch MCP as a Claude Code skill?
Clone the repository, copy the skills/s-fetch folder into your project’s .claude/skills/ (or ~/.claude/skills/ for all projects), then invoke /s-fetch to run the one-time setup.
How do I set up Scrapling Fetch MCP for Claude Desktop?
First install the tool with uv tool install git+https://github.com/cyberchitta/scrapling-fetch-mcp. Then add the scrapling-fetch server configuration to your claude_desktop_config.json and restart Claude Desktop.
What are the protection levels?
Three levels: basic (fast, 1–2s), stealth (moderate, 3–8s, headless Chromium), and max-stealth (thorough, 10s+, full browser fingerprint). Escalation is automatic.
What are the limitations of Scrapling Fetch MCP?
It handles text content only (documentation, articles, references). It is not designed for high-volume scraping or sites requiring authentication. Performance varies by site complexity and protection level.
「ブラウザ自動化」の他のコンテンツ
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
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.
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
コメント