CrawlForge MCP MCP Server

CrawlForge MCP is a production-ready MCP server with 18 web scraping tools for AI agents. It gives Claude, Cursor, and any MCP-compatible client the

Remote serverstreamable-http

What is the CrawlForge MCP MCP server?

If you already use CrawlForge MCP, the crawlforge mcp mcp server is the piece that lets your assistant work with it directly. CrawlForge MCP is a production-ready MCP server with 18 web scraping tools for AI agents. It gives Claude, Cursor, and any MCP-compatible client the ability to fetch URLs, extract structured data with CSS/XPath selectors, run deep.

What the server does

27 web scraping, crawling, deep-research & autonomous-extraction tools for Claude, Cursor & any MCP client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Auto — configure Claude Code and Cursor** (if installed)
  • fetch_url — 1
  • extract_text — 1
  • extract_links — 1
  • extract_metadata — 1
  • scrape_template — 1
  • list_ollama_models — 1
  • get_batch_results — 1
  • scrape — 2
  • scrape_structured — 2
  • extract_content — 2
  • map_site — 2

Credentials and setup notes

Configuration is passed through the environment: CRAWLFORGE_API_KEY, CRAWLFORGE_API_URL, OLLAMA_BASE_URL, OLLAMA_DEFAULT_MODEL, OPENAI_API_KEY, ANTHROPIC_API_KEY, CRAWLFORGE_TOOLS, CRAWLFORGE_TOOL_GROUPS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. CrawlForge MCP's toolset — Auto, fetch_url, extract_text and 11 more — is a fair guide to whether it matches your workflow.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch CrawlForge MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Autoconfigure Claude Code and Cursor** (if installed)
fetch_url1
extract_text1
extract_links1
extract_metadata1
scrape_template1
list_ollama_models1
get_batch_results1
scrape2
scrape_structured2
extract_content2
map_site2
process_document2
localization2

How to install the CrawlForge MCP MCP server

{
  "mcpServers": {
    "crawlforge-mcp-git": {
      "command": "npx",
      "args": ["-y", "crawlforge-setup"],
      "env": {
        "CRAWLFORGE_API_KEY": "your-value",
        "CRAWLFORGE_API_URL": "your-value",
        "OLLAMA_BASE_URL": "your-value",
        "OLLAMA_DEFAULT_MODEL": "your-value",
        "OPENAI_API_KEY": "your-value",
        "ANTHROPIC_API_KEY": "your-value",
        "CRAWLFORGE_TOOLS": "your-value",
        "CRAWLFORGE_TOOL_GROUPS": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
CRAWLFORGE_API_KEYCredential the server authenticates with.Yes
CRAWLFORGE_API_URLEndpoint or connection string the server talks to.Yes
OLLAMA_BASE_URLEndpoint or connection string the server talks to.Yes
OLLAMA_DEFAULT_MODELConfiguration value read at startup.Optional
OPENAI_API_KEYCredential the server authenticates with.Yes
ANTHROPIC_API_KEYCredential the server authenticates with.Yes
CRAWLFORGE_TOOLSConfiguration value read at startup.Optional
CRAWLFORGE_TOOL_GROUPSConfiguration value read at startup.Optional

Example prompts to try

  • Use CrawlForge MCP to Auto.
  • Use CrawlForge MCP to fetch url.
  • Use CrawlForge MCP to extract text.

Frequently asked questions

It connects CrawlForge MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Auto, fetch_url, extract_text, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with CrawlForge MCP directly.