Quick Setup
1. Get Your API Key
Sign up at firecrawl.dev/app and copy your API key.2. Add Firecrawl to OpenCode
OpenCode reads config from~/.config/opencode/config.json (global) or ./opencode.json in your project. Add:
fc-YOUR-API-KEY with your Firecrawl API key.
3. Start OpenCode
Quick Demo
Remote Hosted URL (no Node.js required)
Troubleshooting
- Server not attached — run
opencode doctorto inspect MCP load errors. - Permission denied on
npx— install Node.js 18+ and ensure your shell picks up the install (which npx).

