Quick Setup
1. Get Your API Key
Sign up at firecrawl.dev/app and copy your API key.2. Add to Cursor
Open Settings (Cmd+,), search for “MCP”, and add:
your_api_key_here with your actual Firecrawl API key.
3. Restart Cursor
Done! You can now search and scrape the web from Cursor.Quick Demo
Try these in Cursor Chat (Cmd+K):
Search:
Windows Troubleshooting
If you see aspawn npx ENOENT or “No server info found” error on Windows, Cursor cannot find npx in your PATH. Try one of these fixes:
Option A: Use the full path to npx.cmd
Run where npx in Command Prompt to get the full path, then update your config:
command path with the output from where npx.
Option B: Use the remote hosted URL (no Node.js required)
YOUR-API-KEY with your Firecrawl API key.
