You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-22Lines changed: 18 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,12 @@ A Model Context Protocol (MCP) server implementation that integrates with [Firec
7
7
8
8
## Features
9
9
10
-
- Scrape, crawl, search, extract, deep research and batch scrape support
11
-
- Web scraping with JS rendering
12
-
- URL discovery and crawling
13
-
- Web search with content extraction
14
-
- Automatic retries with exponential backoff
15
-
- Efficient batch processing with built-in rate limiting
16
-
- Credit usage monitoring for cloud API
17
-
- Comprehensive logging system
18
-
- Support for cloud and self-hosted Firecrawl instances
19
-
- Mobile/Desktop viewport support
20
-
- Smart content filtering with tag inclusion/exclusion
21
-
- SSE Support
10
+
- Web scraping, crawling, and discovery
11
+
- Search and content extraction
12
+
- Deep research and batch scraping
13
+
- Automatic retries and rate limiting
14
+
- Cloud and self-hosted support
15
+
- SSE support
22
16
23
17
> Play around with [our MCP Server on MCP.so's playground](https://mcp.so/playground?server=firecrawl-mcp-server) or on [Klavis AI](https://www.klavis.ai/mcp-servers).
24
18
@@ -43,16 +37,6 @@ Note: Requires Cursor version 0.45.6+
43
37
For the most up-to-date configuration instructions, please refer to the official Cursor documentation on configuring MCP servers:
44
38
[Cursor MCP Server Configuration Guide](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers)
0 commit comments