FireCrawl MCP Server
Rank #391pulsemcp/firecrawl
Integration with FireCrawl to provide advanced web scraping capabilities for extracting structured data from complex websites.
FireCrawl MCP Server is a Model Context Protocol (MCP) server published by firecrawl. It ranks #391 of 115,460 servers tracked on MCP Toplist, and its repository has 7,358 GitHub stars. FireCrawl MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Dec 6, 2024.
Ranks ahead of 115,069 of 115,460 servers on MCP Toplist.
Use FireCrawl MCP Server
claude mcp add --transport http firecrawl https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.firecrawl]
url = "https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"firecrawl": {
"url": "https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"firecrawl": {
"type": "http",
"url": "https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"firecrawl": {
"serverUrl": "https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"firecrawl": {
"url": "https://mcp.firecrawl.dev/%7BFIRECRAWL_API_KEY%7D/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/pulsemcp%2Ffirecrawl)<a href="https://mcptoplist.com/server/pulsemcp%2Ffirecrawl"><img src="https://mcptoplist.com/badge/pulsemcp%2Ffirecrawl.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
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
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?
- FireCrawl MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does FireCrawl MCP Server have?
- FireCrawl MCP Server ships as a single rolling release with no explicit version metadata.
- 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.