We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b10e0 + eec553e commit f8b6d54Copy full SHA for f8b6d54
README.md
@@ -1,4 +1,5 @@
1
# FireCrawl MCP Server
2
+[](https://smithery.ai/server/mcp-server-firecrawl)
3
4
A Model Context Protocol (MCP) server implementation that integrates with FireCrawl for advanced web scraping capabilities.
5
@@ -45,6 +46,15 @@ Checks the status of a batch scraping job.
45
46
47
## Installation
48
49
+### Installing via Smithery
50
+
51
+To install FireCrawl for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-server-firecrawl):
52
53
+```bash
54
+npx -y @smithery/cli install mcp-server-firecrawl --client claude
55
+```
56
57
+### Manual Installation
58
```bash
59
npm install mcp-server-firecrawl
60
```
0 commit comments