MCP Configs2026年4月6日·1 分钟阅读

Firecrawl MCP — Web Scraping Server for AI Agents

Official Firecrawl MCP server for AI agents to scrape, crawl, and extract structured data from any website. Supports batch scraping, search, and markdown extraction. 15,000+ stars.

介绍

Firecrawl MCP is Firecrawl's official MCP server, letting AI agents like Claude Code and Cursor scrape, crawl, and extract structured data from any website. The main project has 15,000+ GitHub stars and supports JavaScript rendering and anti-bot bypass. Ideal for developers who need AI to read live web content.


Quick Use

Add the following to .mcp.json:

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

Get a free API key at firecrawl.dev. Restart Claude Code to use it.


Intro

Firecrawl MCP is Firecrawl's official MCP server, letting AI agents like Claude Code and Cursor scrape, crawl, and extract structured data from any website. The main project has 15,000+ GitHub stars and supports JavaScript rendering and anti-bot bypass. Ideal for developers who need AI to read live web content.


Source & Thanks

Created by Mendable. Licensed under AGPL-3.0.

firecrawl — ⭐ 15,000+

🙏

来源与感谢

Created by Mendable. Licensed under AGPL-3.0.

firecrawl — ⭐ 15,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。