← Back to catalog
MCPWeb↓ 261

Firecrawl

Gives Claude Code the ability to scrape and extract web content with Firecrawl.

Installation
npx claude-code-templates@latest --mcp devtools/firecrawl --yes

This MCP integrates Firecrawl into Claude Code for web scraping. The assistant can collect pages and turn them into usable text.

It handles websites and returns the content in a clean form for the model to work with.

You can extract the content of a page, crawl multiple URLs, and gather web information in a format ready for analysis. It’s useful for research, data collection, and feeding the assistant external sources.

When to use

  • When you need to extract clean content from a page.
  • To gather information from several sites at once.
  • While collecting external sources for research.

How to use

After installing, provide your Firecrawl API key and the MCP becomes available. Ask Claude Code to “extract the content of this page” or “scrape this site and summarize it”.