Scrapling Fetch MCP
scrapling-fetch-mcp
Ayuda a los asistentes de IA a obtener contenido de sitios web protegidos contra bots. Utiliza Scrapling (patchright + curl-cffi) para eludir las medidas anti-automatización, devolviendo HTML o Markdown limpio.
Optimizado para la recuperación de bajo volumen de documentación y materiales de referencia. No diseñado para el scraping de alto volumen o la recolección de datos.
Requisitos: Python 3.10+, uv
Habilidad de Claude Code
La forma más fácil de usar esto es como una habilidad de Claude Code. Una vez instalado, Claude obtendrá automáticamente las URL protegidas contra bots cuando se lo pidas, sin necesidad de comandos manuales.
Instalar en tu proyecto (recomendado: solo se carga en el contexto de este proyecto):
git clone --depth=1 https://github.com/cyberchitta/scrapling-fetch-mcp /tmp/scrapling-fetch-mcp
cp -r /tmp/scrapling-fetch-mcp/skills/s-fetch .claude/skills/
cp -r /tmp/scrapling-fetch-mcp/skills/s-fetch-setup .claude/skills/
rm -rf /tmp/scrapling-fetch-mcpO instalar para todos los proyectos (se carga en el contexto en todas partes):
git clone --depth=1 https://github.com/cyberchitta/scrapling-fetch-mcp /tmp/scrapling-fetch-mcp
cp -r /tmp/scrapling-fetch-mcp/skills/s-fetch ~/.claude/skills/
cp -r /tmp/scrapling-fetch-mcp/skills/s-fetch-setup ~/.claude/skills/
rm -rf /tmp/scrapling-fetch-mcpLuego pídele a Claude que ejecute /s-fetch-setup: instalará la herramienta y los binarios del navegador (descarga grande), y luego se eliminará a sí mismo. Después de eso, simplemente pregunta de forma natural:
"Fetch the docs at https://example.com/api"
"Find all mentions of 'authentication' on that page"
"Get me the installation instructions from their homepage"Related MCP server: mult-fetch-mcp-server
Claude Desktop (Servidor MCP)
Si ya has ejecutado /s-fetch-setup, la herramienta está instalada; pasa a la configuración a continuación.
De lo contrario, instálala primero:
uv tool install git+https://github.com/cyberchitta/scrapling-fetch-mcp
uvx --from git+https://github.com/cyberchitta/scrapling-fetch-mcp scrapling installNota: La instalación del navegador descarga cientos de MB y debe completarse antes del primer uso. Si el servidor agota el tiempo de espera inicialmente, espera unos minutos e inténtalo de nuevo.
Añade esto a tu configuración de MCP de Claude Desktop y reinicia:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scrapling-fetch": {
"command": "uvx",
"args": ["scrapling-fetch-mcp"]
}
}
}Cómo funciona
Dos herramientas, utilizadas automáticamente por Claude:
Obtención de páginas — recupera páginas completas con soporte de paginación
Extracción de patrones — encuentra contenido que coincide con una expresión regular
Tres niveles de protección, escalados automáticamente:
basic — rápido (1-2s), funciona para la mayoría de los sitios
stealth — moderado (3-8s), Chromium sin interfaz gráfica
max-stealth — exhaustivo (10s+), huella digital completa del navegador
Limitaciones
Solo contenido de texto (documentación, artículos, referencias)
No apto para scraping de alto volumen o sitios que requieran autenticación
El rendimiento varía según la complejidad del sitio y el nivel de protección
Licencia
Apache 2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP Server that enables AI assistants to interact with your local browsers.2,67954MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.55215MIT
- AlicenseAqualityDmaintenanceA MCP server that gives AI assistants full browser control, enabling navigation, clicking, form filling, and screenshots via any MCP client.8MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI tools a reliable way to fetch content from the web, handling anti-bot protection and JavaScript-rendered pages.497MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that integrates with Discord to provide AI-powered features.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cyberchitta/scrapling-fetch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server