Back to Apps

Crawlbase MCP
Supports UIby crawlbase
Real-time web data bridge with JavaScript rendering and anti-bot protection for AI agents.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Bridges AI agents to the live web via Crawlbase's infrastructure, enabling structured data extraction, JavaScript rendering for modern SPAs, and evasion of anti-bot protections.
Tools
crawl: Fetches raw HTML from a target URL.crawl_markdown: Extracts clean, LLM-ready Markdown from a webpage.crawl_screenshot: Captures a visual screenshot of the target page.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"crawlbase": {
"type": "stdio",
"command": "npx",
"args": ["@crawlbase/mcp@latest"],
"env": {
"CRAWLBASE_TOKEN": "your_token_here",
"CRAWLBASE_JS_TOKEN": "your_js_token_here"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cursor, and Windsurf.
Quick install
npx @crawlbase/mcp@latestInformation
- Pricing
- freemium
- Published
- 4/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
npx @crawlbase/mcp@latestWindsurf
npx @crawlbase/mcp@latestClaude Desktop
{
"mcpServers": {
"crawlbase": {
"type": "stdio",
"command": "npx",
"args": ["@crawlbase/mcp@latest"],
"env": {
"CRAWLBASE_TOKEN": "your_token_here",
"CRAWLBASE_JS_TOKEN": "your_js_token_here"
}
}
}
}





