CrawlForge
HomePricingDocumentationBlog
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

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_content2Data extraction
analyze_content, map_site3Analysis and discovery
search_web, crawl_deep, 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 18 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

Related Articles

How to Build a Competitive Intelligence Agent with Claude + CrawlForge
Tutorials

How to Build a Competitive Intelligence Agent with Claude + CrawlForge

Step-by-step tutorial for building an AI-powered competitive intelligence agent using Claude Code and CrawlForge MCP. Automate competitor research and analysis.

C
CrawlForge Team
|
Jan 21
|
12m
How to Install CrawlForge MCP and Use It in Claude Code: A Beginner's Guide
Tutorials

How to Install CrawlForge MCP and Use It in Claude Code: A Beginner's Guide

Step-by-step tutorial for installing CrawlForge MCP via npm and setting it up in Claude Code terminal. Perfect for beginners who want to add web scraping to their AI workflow.

C
CrawlForge Team
|
Jan 10
|
10m
How to Add Web Scraping to Claude Desktop in 5 Minutes
Tutorials

How to Add Web Scraping to Claude Desktop in 5 Minutes

Learn how to enable web scraping capabilities in Claude Desktop using the Model Context Protocol (MCP) and CrawlForge in just 5 minutes.

C
CrawlForge Team
|
Jan 4
|
8m

Footer

CrawlForge

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

Product

  • Features
  • Pricing

Resources

  • Getting Started
  • Guides
  • Blog
  • FAQ

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use

Stay updated

Get the latest updates on new tools and features.

Built with Next.js and MCP protocol

© 2025 CrawlForge. All rights reserved.