Quick setup
1. Add Firecrawl
2. Start Codex and verify
/mcp and confirm that firecrawl is connected. If you changed an existing Firecrawl connection, start a new Codex session before retrying.
Try:
Other connection modes
- Try keyless MCP for Search, Scrape, and Parse without an account or key.
- Configure an API key with
bearer_token_env_varfor unattended use. Keep the secret outside agent chat and source control. - Run MCP locally only when you need a local process or a self-hosted Firecrawl API. The local package requires Node.js 22 or newer.
Troubleshooting
- Codex does not see the tools: run
codex mcp list, confirm that only onefirecrawlentry exists, and restart Codex. - OAuth returns
401: runcodex mcp login firecrawland complete sign-in. A bare request to the OAuth server is expected to return401before authentication. - An API-key connection returns
401: replace the key in the environment that starts Codex, then start a new session.

