Home › Browser Automation & Scraping › Firecrawl MCP Server
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
Topics: Browser AutomationMonitoringSearch & Data Extraction
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 3.25.4)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"firecrawl-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"FIRECRAWL_API_KEY": "<YOUR_VALUE>"
}
}
}
}
FIRECRAWL_API_KEYsecret — Your API key for Firecrawl
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
browser-use-mcp-server
browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry