Crawlbase
STDIOMCP server enabling AI agents to crawl live web content with JavaScript rendering and anti-bot protection
MCP server enabling AI agents to crawl live web content with JavaScript rendering and anti-bot protection
Crawlbase MCP is a Model Context Protocol (MCP) server that bridges AI agents and the live web. Instead of relying on outdated training data, your LLMs can now fetch fresh, structured, real-time content — powered by Crawlbase’s proven crawling infrastructure trusted by 70,000+ developers worldwide.
It handles the complexity of scraping for you:
claude_desktop_config.json:your_token_here and your_js_token_here with the tokens from your dashboard.{ "mcpServers": { "crawlbase": { "type": "stdio", "command": "npx", "args": ["@crawlbase/mcp@latest"], "env": { "CRAWLBASE_TOKEN": "your_token_here", "CRAWLBASE_JS_TOKEN": "your_js_token_here" } } } }
Add to your claude.json configuration:
{ "mcpServers": { "crawlbase": { "type": "stdio", "command": "npx", "args": ["@crawlbase/mcp@latest"], "env": { "CRAWLBASE_TOKEN": "your_token_here", "CRAWLBASE_JS_TOKEN": "your_js_token_here" } } } }
mcp.json:your_token_here and your_js_token_here with the tokens from your dashboard.{ "mcpServers": { "crawlbase": { "type": "stdio", "command": "npx", "args": ["@crawlbase/mcp@latest"], "env": { "CRAWLBASE_TOKEN": "your_token_here", "CRAWLBASE_JS_TOKEN": "your_js_token_here" } } } }
mcp_config.json:your_token_here and your_js_token_here with the tokens from your dashboard.{ "mcpServers": { "crawlbase": { "type": "stdio", "command": "npx", "args": ["@crawlbase/mcp@latest"], "env": { "CRAWLBASE_TOKEN": "your_token_here", "CRAWLBASE_JS_TOKEN": "your_js_token_here" } } } }
🔑 Get your free tokens at Crawlbase ↗️.
Once configured, use these commands inside Claude, Cursor, or Windsurf:
Example prompts:
Looking to supercharge your AI agents with live web data? Get started here:
Copyright 2025 Crawlbase