Claude Desktop Integration
Enable web scraping in Claude Desktop with CrawlForge MCP. Complete setup in under 5 minutes with a simple JSON configuration file.
Prerequisites
Download from claude.ai
RequiredInstall from nodejs.org
RequiredGet from dashboard
Free1Install CrawlForge MCP Server
Install the CrawlForge MCP server package globally using npm.
crawlforge-mcp --version to confirm installation.2Get Your API Key
Sign up for a free account and generate your API key.
Navigate to API Keys
Go to Dashboard → API Keys
Generate a new key
Click "Create API Key" and copy the key (starts with cf_)
3Configure Claude Desktop
Add CrawlForge MCP to Claude Desktop's configuration file.
Open the configuration file at:
Add the following configuration:
cf_test_YOUR_KEY_HERE with your actual API key from the dashboard.4Restart and Test
Restart Claude Desktop and test the integration.
Restart Claude Desktop
Fully quit and relaunch the application
Open a new conversation
Start a fresh chat to load the MCP server
Test with a simple prompt
Try: "Use CrawlForge to fetch https://example.com"
"Fetch the content from https://example.com"
"Extract all links from https://example.com"
"Get metadata from https://example.com"
Available Tools
After setup, Claude will have access to all 18 CrawlForge MCP tools:
fetch_url
Fetch HTML from URLs
extract_text
Extract clean text
extract_links
Extract all links
extract_metadata
Get page metadata
scrape_structured
CSS selector extraction
batch_scrape
Parallel batch scraping
deep_research
AI-powered research
search_web
Google search integration
See the full API reference for all 18 tools and their parameters.
Troubleshooting
1. Verify the config file path is correct for your OS
2. Check JSON syntax is valid (use a JSON validator)
3. Ensure Node.js 18+ is installed: node --version
4. Restart Claude Desktop completely (not just close window)
1. Verify API key starts with cf_
2. Check for spaces or quotes around the API key
3. Generate a new API key from the dashboard
4. Ensure key has not been deleted or expired