Firecrawl MCP Server
Rank #119io.github.firecrawl/firecrawl-mcp-server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
Firecrawl MCP Server is a Model Context Protocol (MCP) server published by firecrawl. It ranks #119 of 115,460 servers tracked on MCP Toplist, and its repository has 7,345 GitHub stars. Firecrawl MCP Server is listed on Official MCP, with 15 tracked versions. It was first listed on Jul 3, 2025 and most recently updated on Aug 12, 2026.
Ranks ahead of 115,341 of 115,460 servers on MCP Toplist.
Use Firecrawl MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add firecrawl-mcp-server -e "FIRECRAWL_API_KEY=<your FIRECRAWL_API_KEY>" -- npx -y firecrawl-mcpReplace each placeholder with your own value before saving.
[mcp_servers.firecrawl-mcp-server]
command = "npx"
args = ["-y", "firecrawl-mcp"]
[mcp_servers.firecrawl-mcp-server.env]
FIRECRAWL_API_KEY = "<your FIRECRAWL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"firecrawl-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.firecrawl%2Ffirecrawl-mcp-server)<a href="https://mcptoplist.com/server/io.github.firecrawl%2Ffirecrawl-mcp-server"><img src="https://mcptoplist.com/badge/io.github.firecrawl%2Ffirecrawl-mcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
firecrawl
Available versions (15)
| Version | Published |
|---|---|
| 3.24.0 | Aug 12, 2026 |
| 3.23.9 | Aug 11, 2026 |
| 3.23.7 | Aug 10, 2026 |
| 3.23.6 | Aug 7, 2026 |
| 3.23.4 | Aug 6, 2026 |
| 3.23.3 | Aug 4, 2026 |
| 3.23.1 | Aug 3, 2026 |
| 3.23.0 | Jul 29, 2026 |
| 3.22.4 | Jul 20, 2026 |
| 3.22.3 | Jul 8, 2026 |
| 3.21.3 | Jun 22, 2026 |
| 3.7.4 | Dec 24, 2025 |
| 3.5.2 | Oct 19, 2025 |
| 3.5.1 | Oct 19, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Firecrawl MCP Server?
- Firecrawl MCP Server is maintained by firecrawl, which publishes 5 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Firecrawl MCP Server listed on the Official MCP Registry?
- Yes — Firecrawl MCP Server is listed on the Official MCP Registry.
- How many versions does Firecrawl MCP Server have?
- MCP Toplist tracks 15 versions of Firecrawl MCP Server, most recently published on Aug 12, 2026.
- Where can I find the source code for Firecrawl MCP Server?
- The source code for Firecrawl MCP Server is hosted at github.com/firecrawl/firecrawl-mcp-server.git.