---
title: "Firecrawl MCP Server for ToolPiper · ModelPiper"
description: "Scrape, crawl, and extract structured data from websites. Firecrawl turns websites into clean markdown or structured JSON. Scrape one page, crawl a whole site, map every URL, or pass a schema and have it extract typed fi"
canonical: "https://modelpiper.com/mcp-tools/firecrawl"
---

# Firecrawl MCP Server for ToolPiper · ModelPiper

> Scrape, crawl, and extract structured data from websites. Firecrawl turns websites into clean markdown or structured JSON. Scrape one page, crawl a whole site, map every URL, or pass a schema and have it extract typed fi

F

# Firecrawl MCP Server

✓ verified

Scrape, crawl, and extract structured data from websites.

Install Firecrawl in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/firecrawl/firecrawl-mcp-server)

Publisher

[Firecrawl](https://github.com/firecrawl/firecrawl-mcp-server)

License

MIT

Transport

Local subprocess

Tools

5

## What this server does

Firecrawl turns websites into clean markdown or structured JSON. Scrape one page, crawl a whole site, map every URL, or pass a schema and have it extract typed fields from across many pages. It handles JavaScript-rendered pages and pagination, which is where naive fetchers fail. Useful for building a grounding corpus, monitoring a competitor's docs, or pulling product data into a spreadsheet.

## Tools included

-   firecrawl\_scrape
    
    Scrape a single URL and return markdown or structured data.
    
-   firecrawl\_crawl
    
    Crawl a site and return content from every page.
    
-   firecrawl\_map
    
    Discover all URLs on a site.
    
-   firecrawl\_extract
    
    Extract structured fields from pages using a schema.
    
-   firecrawl\_search
    
    Search the web and scrape the results.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Firecrawl in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Scrape the pricing page at example.com and return it as markdown."
    
    Copy
-   "Crawl docs.example.com and give me every page under the API reference."
    
    Copy
-   "Extract product name, price, and SKU from each item page on this store."
    
    Copy

## Security notes

The API key gates billing on the hosted Firecrawl API. Treat it as a credential and rotate it if it leaks. Crawls can consume a lot of credits quickly, so scope them with limits. Scraped content is untrusted; do not let the model follow instructions embedded in fetched pages.

## Related tools

-   [
    
    F
    
    ### Fetch
    
    ✓ verified
    
    Fetch web pages and return clean markdown.
    
    SearchLocal subprocess1 tool
    
    
    
    
    
    ](/mcp-tools/fetch)
-   [
    
    P
    
    ### Puppeteer
    
    ✓ verified
    
    Headless browser automation and web scraping.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/puppeteer)
-   [
    
    G
    
    ### Google Maps
    
    ✓ verified
    
    Geocoding, directions, and place lookup via Google Maps.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/google-maps)
-   [
    
    B
    
    ### Brave Search
    
    ✓ verified
    
    Web and local search via Brave's privacy-focused search API.
    
    SearchLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/brave-search)

[← Back to all MCP tools](/mcp-tools)
