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: mcp-server.mdx
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Firecrawl MCP Server
3
3
description: "Use Firecrawl's API through the Model Context Protocol"
4
-
og:title: "Firecrawl MCP Server"
4
+
og:title: 'Firecrawl MCP Server'
5
5
og:description: "Firecrawl MCP servers allow you to use Firecrawl's API through the Model Context Protocol"
6
-
sidebarTitle: "MCP Server"
6
+
sidebarTitle: 'MCP Server'
7
7
---
8
8
9
9
A Model Context Protocol (MCP) server implementation that integrates [Firecrawl](https://github.com/mendableai/firecrawl) for web scraping capabilities. Our MCP server is open-source and available on [GitHub](https://github.com/mendableai/firecrawl-mcp-server).
@@ -14,8 +14,7 @@ A Model Context Protocol (MCP) server implementation that integrates [Firecrawl]
14
14
- Search and content extraction
15
15
- Deep research and batch scraping
16
16
- Cloud and self-hosted support
17
-
- SSE support
18
-
17
+
- Streamable HTTP support
19
18
20
19
## Installation
21
20
@@ -41,9 +40,16 @@ npm install -g firecrawl-mcp
41
40
42
41
### Running on Cursor
43
42
44
-
<ahref="cursor://anysphere.cursor-deeplink/mcp/install?name=firecrawl&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmVjcmF3bC1tY3AiXSwiZW52Ijp7IkZJUkVDUkFXTF9BUElfS0VZIjoiWU9VUi1BUEktS0VZIn19"><imgsrc="https://cursor.com/deeplink/mcp-install-dark.png"alt="Add Firecrawl MCP server to Cursor"style={{ maxHeight: 32 }} /></a>
> If you are using Windows and are running into issues, try `cmd /c "set FIRECRAWL_API_KEY=your-api-key && npx -y firecrawl-mcp"`
84
89
85
90
Replace `your-api-key` with your Firecrawl API key. If you don't have one yet, you can create an account and get it from https://www.firecrawl.dev/app/api-keys
@@ -104,17 +109,15 @@ Add this to your `./codeium/windsurf/model_config.json`:
104
109
}
105
110
```
106
111
112
+
### Running with Streamable HTTP Mode
107
113
108
-
### Running with SSE Mode
109
-
110
-
To run the server using Server-Sent Events (SSE) locally instead of the default stdio transport:
114
+
To run the server using streamable HTTP transport locally instead of the default stdio transport:
0 commit comments