Language:JapaneseEnglish

firecrawl Claude Code Plugin

Category
Development
Topics
Web Search, Research & Learning
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-21 (UTC) (6 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin connects Claude Code to Firecrawl, an external web-data service, by installing its command-line tool as a skill. It lets Claude search the web, scrape individual pages into clean markdown, map the URLs on a site, crawl whole sites, and drive a remote browser session to interact with pages. Setup requires installing the Firecrawl CLI globally and authenticating either through a browser login or an API key. Results are written to a local project folder so that Claude's context window stays uncluttered.

About the service

Firecrawl is a hosted web-data API and platform that converts websites into clean markdown or structured JSON, offering search, scraping, crawling, and page-interaction capabilities for AI applications; it also has an open-source codebase and a self-hostable version.

What you can do with firecrawl

  • Search the web and optionally scrape the resulting pages (web, news, or image sources)
  • Scrape a single URL into clean markdown with JavaScript rendering
  • Map a site to discover all of its URLs
  • Crawl an entire website to pull content from many pages at once
  • Launch a cloud browser session and run Playwright-based automation on pages
  • Authenticate via browser login or an API key, including support for self-hosted Firecrawl instances

Sources

Back to list