CrawlForge
HomeUse CasesIntegrationsPricingDocumentationBlog
CrawlForge MCP Quick Start: Zero to Web Scraping in 60 Seconds
Tutorials
Back to Blog
Tutorials

CrawlForge MCP Quick Start: Zero to Web Scraping in 60 Seconds

C
CrawlForge Team
Engineering Team
March 31, 2026
3 min read
Updated April 14, 2026

On this page

You want your AI to scrape the web. Here is how to make that happen in under a minute.

Prerequisites

  • Node.js 18+ -- check with node --version
  • Claude Code -- install with npm install -g @anthropic-ai/claude-code

That is it. Let us go.

Step 1: Install CrawlForge

Bash

Step 2: Get Your Free API Key

  1. Go to crawlforge.dev/signup
  2. Create your account (no credit card required)
  3. Copy your API key (starts with cf_live_)

You now have 1,000 free credits to use.

Step 3: Configure Claude Code

Run the setup wizard:

Bash

Enter your API key when prompted. The wizard verifies your connection and configures Claude Code automatically.

Alternative: Set the environment variable manually:

Bash

You Are Ready. Try These Examples.

Open Claude Code and paste any of these prompts:

Fetch a Web Page (1 credit)

Fetch https://news.ycombinator.com and show me the top 5 stories

Claude uses fetch_url to grab the page, then parses the HTML to extract story titles and links.

Search the Web (5 credits)

Search the web for "best MCP servers for web scraping 2026" and summarize the top 3 results

Claude uses search_web to query Google, then summarizes each result.

Extract Structured Data (2 credits)

Extract all product names and prices from https://books.toscrape.com

Claude uses scrape_structured with CSS selectors to pull structured data into a clean table.

Deep Research (10 credits)

Research the current state of the MCP ecosystem: key players, adoption stats, and where it is heading

Claude uses deep_research to query multiple sources, cross-reference claims, and produce a cited report.

Stealth Scrape (5 credits)

Use stealth mode to fetch the pricing page from cloudflare.com

Claude uses stealth_mode with residential proxies and browser fingerprint rotation to bypass anti-bot protections.

Credit Costs at a Glance

ToolCreditsUse Case
fetch_url, extract_text, extract_links1Basic page fetching
scrape_structured, extract_content, map_site2Data extraction
analyze_content3Sentiment, topic, and entity analysis
crawl_deep4Multi-page crawling
search_web, batch_scrape5Search and bulk operations
deep_research10Multi-source AI research

Your 1,000 free credits give you 1,000 basic fetches, 200 searches, or 100 deep research operations.

Next Steps

  • Read the launch announcement for the full feature overview
  • Browse the API reference for all 20 tools
  • Check out the complete MCP guide for advanced patterns
  • Set up Claude Desktop if you prefer the GUI

Questions? Join our Discord or open an issue on GitHub. Happy scraping!

Tags

quickstarttutorialgetting-startedMCPweb-scrapingClaude-Code

About the Author

C

CrawlForge Team

Engineering Team

Building the most comprehensive web scraping MCP server. We create tools that help developers extract, analyze, and transform web data for AI applications.

On this page

Frequently Asked Questions

What do I need to install before using CrawlForge?+

You need Node.js 18 or later and Claude Code (installable via "npm install -g @anthropic-ai/claude-code"). Once those are in place, installing CrawlForge takes a single npm command.

How do I get my CrawlForge API key?+

Sign up at crawlforge.dev/signup (no credit card required), then copy the API key that starts with "cf_live_" from your dashboard. New accounts receive 1,000 free credits immediately.

What is the fastest way to configure Claude Code?+

Run "npx crawlforge-setup" and enter your API key when prompted. The wizard verifies your connection and configures Claude Code automatically. You can also set the CRAWLFORGE_API_KEY environment variable manually if you prefer.

What can my 1,000 free credits actually do?+

That amount covers roughly 1,000 basic fetches, 200 web searches (search_web is 5 credits), or 100 deep research operations (deep_research is 10 credits). Most users mix and match across tasks.

Which tools are cheapest to experiment with?+

fetch_url, extract_text, and extract_links all cost 1 credit. Starting with these keeps cost down while you learn how Claude picks the right tool for each prompt.

Related Articles

How to Scrape Websites with Claude Code (2026 Guide)
Tutorials

How to Scrape Websites with Claude Code (2026 Guide)

Scrape any website from your terminal with Claude Code and CrawlForge MCP. Fetch pages, extract data, bypass anti-bot -- in under 2 minutes.

C
CrawlForge Team
|
Apr 14
|
10m
How to Scrape Websites in Cursor IDE with CrawlForge MCP
Tutorials

How to Scrape Websites in Cursor IDE with CrawlForge MCP

Turn Cursor IDE into a web scraping workstation. Connect CrawlForge MCP and extract structured data from any site without leaving your editor.

C
CrawlForge Team
|
Apr 14
|
9m
How to Scrape Websites in Zed AI with CrawlForge MCP
Tutorials

How to Scrape Websites in Zed AI with CrawlForge MCP

Add web scraping to Zed AI in 3 minutes. Configure CrawlForge MCP in Zed so your editor can fetch, extract, and research live web data on demand.

C
CrawlForge Team
|
Apr 14
|
9m

Footer

CrawlForge

Enterprise web scraping for AI Agents. 20 specialized MCP tools designed for modern developers building intelligent systems.

Product

  • Features
  • Pricing
  • Use Cases
  • Integrations
  • Changelog

Resources

  • Getting Started
  • API Reference
  • Templates
  • Guides
  • Blog
  • FAQ

Developers

  • MCP Protocol
  • Claude Desktop
  • Cursor IDE
  • LangChain
  • LlamaIndex

Company

  • About
  • Contact
  • Privacy
  • Terms

Stay updated

Get the latest updates on new tools and features.

Built with Next.js and MCP protocol

© 2025-2026 CrawlForge. All rights reserved.