MCP.so
登录

Firecrawl MCP Server

@Msparihar

关于 Firecrawl MCP Server

暂无概览

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

Msparihar

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Firecrawl MCP Server?

Firecrawl MCP Server is a Model Context Protocol (MCP) server for web scraping, content searching, site crawling, and data extraction using the Firecrawl API. It is designed for developers and AI agents who need to programmatically extract and process web content.

How to use Firecrawl MCP Server?

Install globally or locally with npm (npm install -g @modelcontextprotocol/mcp-server-firecrawl or npm install @modelcontextprotocol/mcp-server-firecrawl). Set the FIRECRAWL_API_KEY environment variable with your Firecrawl API key, then run mcp-server-firecrawl. For integration with Claude Desktop or the VSCode Extension, add a JSON entry to your MCP settings specifying the command and environment variable.

Key features of Firecrawl MCP Server

  • Web scraping with mobile emulation, ad blocking, and structured extraction
  • Intelligent content search with multi-language and location support
  • Site crawling with depth control, path filtering, and rate limiting
  • Site mapping including subdomains, search filtering, and link analysis
  • Data extraction from multiple URLs with schema validation and batch processing

Use cases of Firecrawl MCP Server

  • Scrape and convert a single webpage into markdown or structured JSON
  • Crawl a site up to a given depth while excluding admin paths
  • Generate a site map of all accessible URLs including subdomains
  • Extract structured product details from multiple product pages
  • Search for content on the web with language and location filters

FAQ from Firecrawl MCP Server

What is Firecrawl MCP Server used for?

It is used for web scraping, content searching, site crawling, site mapping, and structured data extraction via the Firecrawl API.

How do I install and configure Firecrawl MCP Server?

Install via npm and set the FIRECRAWL_API_KEY environment variable. You can also use a .env file with the dotenv package for development.

How do I integrate Firecrawl MCP Server with Claude Desktop?

Add a JSON entry to your MCP settings with the command mcp-server-firecrawl and the FIRECRAWL_API_KEY environment variable.

What security measures does the server implement?

The server includes API key protection, request validation, domain allowlisting, rate limiting, and safe error messages.

How does the server handle errors?

It implements rate limiting with exponential backoff, automatic retries, detailed error messages, and debug logging.

评论

浏览器自动化 分类下的更多 MCP 服务器