Skip to content

Commit cdd191d

Browse files
authored
Update README.md
1 parent d56bcdd commit cdd191d

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

README.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@ A Model Context Protocol (MCP) server implementation that integrates with [Firec
77

88
## Features
99

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
2216

2317
> 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).
2418
@@ -43,16 +37,6 @@ Note: Requires Cursor version 0.45.6+
4337
For the most up-to-date configuration instructions, please refer to the official Cursor documentation on configuring MCP servers:
4438
[Cursor MCP Server Configuration Guide](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers)
4539

46-
To configure Firecrawl MCP in Cursor **v0.45.6**
47-
48-
1. Open Cursor Settings
49-
2. Go to Features > MCP Servers
50-
3. Click "+ Add New MCP Server"
51-
4. Enter the following:
52-
- Name: "firecrawl-mcp" (or your preferred name)
53-
- Type: "command"
54-
- Command: `env FIRECRAWL_API_KEY=your-api-key npx -y firecrawl-mcp`
55-
5640
To configure Firecrawl MCP in Cursor **v0.48.6**
5741

5842
1. Open Cursor Settings
@@ -72,6 +56,18 @@ To configure Firecrawl MCP in Cursor **v0.48.6**
7256
}
7357
}
7458
```
59+
60+
To configure Firecrawl MCP in Cursor **v0.45.6**
61+
62+
1. Open Cursor Settings
63+
2. Go to Features > MCP Servers
64+
3. Click "+ Add New MCP Server"
65+
4. Enter the following:
66+
- Name: "firecrawl-mcp" (or your preferred name)
67+
- Type: "command"
68+
- Command: `env FIRECRAWL_API_KEY=your-api-key npx -y firecrawl-mcp`
69+
70+
7571

7672
> If you are using Windows and are running into issues, try `cmd /c "set FIRECRAWL_API_KEY=your-api-key && npx -y firecrawl-mcp"`
7773

0 commit comments

Comments
 (0)