firecrawl for Cursor
com.mcparmory/firecrawl
Scrape, crawl, and extract structured data from websites at scale
client:Cursor
transport:stdio
runtime:pypi
Install firecrawl in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"firecrawl": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-firecrawl"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs