Crawlee MCP
Crawlee MCP
一个用于网页抓取、爬取和截图的本地模型上下文协议服务器,基于Crawlee。它通过 stdio 运行,因此可与 Claude Code、Claude Desktop、Codex、Cursor 以及任何兼容 MCP 的客户端配合使用。
工具
工具 | 描述 |
| 获取单个 URL 并返回干净的 markdown |
| 并行获取多个 URL |
| 爬取网站、发现链接并返回页面内容 |
| 对页面进行 PNG 截图 |
| 健康检查 |
Related MCP server: Crawl4AI MCP
安装
需要 Node.js 20 或更高版本。首次使用 JavaScript 渲染或截图还需要 Chromium 浏览器:
npx playwright install chromium一旦发布到 npm,每个客户端都可以通过以下方式启动:
npx -y @patrikmichi/crawlee-mcp在 npm 包发布之前,直接从 GitHub 安装:
npx -y github:patrikmichi/crawlee-mcp客户端配置
Claude Code
claude mcp add --transport stdio crawlee -- npx -y @patrikmichi/crawlee-mcpClaude Desktop
将以下内容添加到 Claude Desktop 配置文件:
{
"mcpServers": {
"crawlee": {
"command": "npx",
"args": ["-y", "@patrikmichi/crawlee-mcp"]
}
}
}Codex
将以下内容添加到 ~/.codex/config.toml:
[mcp_servers.crawlee]
command = "npx"
args = ["-y", "@patrikmichi/crawlee-mcp"]其他 MCP 客户端
使用相同的命令和参数:npx -y @patrikmichi/crawlee-mcp。
配置
cp env.example .env变量 | 必需 | 描述 |
| 否 | 用于轮换的逗号分隔代理 URL |
| 否 | 请求超时时间(毫秒)(默认: |
| 否 | 设置为 |
开发
npm install
npm start # Run with tsx (no build needed)
npm run build # Compile TypeScript
npm run typecheck # Type check only此服务器特意设计为仅限本地和 stdio,因为 JavaScript 渲染和截图需要本地 Playwright 浏览器。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables web scraping and crawling capabilities for LLM clients, supporting single-page scraping, multi-page website crawling, and web search with multiple engines (Playwright, Cheerio, Puppeteer) and flexible output formats including markdown, HTML, text, and screenshots.186MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to crawl websites, extract dynamic content, navigate links, and save structured Markdown files via the MCP protocol, with support for anti-bot bypass, CSS selectors, and custom JavaScript execution.142MIT
- AlicenseAqualityBmaintenanceEnables web scraping of URLs, including extracting text, links, images, metadata, taking screenshots, and using CSS selectors for structured data extraction.611MIT
- Alicense-qualityCmaintenanceEnables AI agents to fetch and render web pages (including JavaScript-heavy SPAs) with headless Chromium, extract readable content with Mozilla Readability, capture navigation links, download images, and return a clean markdown file path.12ISC
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
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/patrikmichi/crawlee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server