F

Firecrawl MCP Server

Extract clean, structured web data for AI workflows using Firecrawl's scraping and crawling APIs. Perfect for pulling documentation, analyzing competitor sites, extracting API specs, and gathering research data during development.

MCPCommunitydevelopmentv1.0.0MIT
0 views0 copies

MCP Server Configuration

{ "mcpServers": { "firecrawl": { "command": "npx", "args": ["-y", "firecrawl-mcp"], "env": { "FIRECRAWL_API_KEY": "<your-api-key>" } } } }

Available Tools

ToolDescription
scrapeExtract clean content from a single URL
crawlCrawl an entire site and extract structured data
mapDiscover all URLs on a website
searchSearch the web and get scraped results
extractExtract specific structured data using LLM
batch_scrapeScrape multiple URLs in parallel

Use Cases

  • Documentation ingestion: Scrape library docs to get accurate, current information
  • Competitive analysis: Extract and compare feature pages from competitor sites
  • Data extraction: Pull structured data from web pages (pricing tables, API specs)
  • Migration research: Crawl an existing site to understand its structure
  • Content analysis: Extract and analyze blog posts, changelogs, or release notes

Setup

  1. Sign up at https://firecrawl.dev
  2. Get your API key from the dashboard
  3. Replace <your-api-key> with your actual key
  4. Free tier includes 500 credits/month

Self-Hosted Option

{ "mcpServers": { "firecrawl": { "command": "npx", "args": ["-y", "firecrawl-mcp"], "env": { "FIRECRAWL_API_KEY": "<your-key>", "FIRECRAWL_API_URL": "http://localhost:3002" } } } }

Security Notes

  • API key grants web scraping capabilities - store securely
  • Scraped content may include copyrighted material - use responsibly
  • Be mindful of rate limits and robots.txt compliance
  • Self-hosted option available for sensitive workloads
Community

Reviews

Write a review

No reviews yet. Be the first to review this template!

Similar Templates