Try instantly
This is Firecrawl’s keyless mode: connect with no account and no API key. Use it for a quick trial, and use an API key when the connection must run reliably without a person present. If you want to sign in through a browser instead — including from ChatGPT or Claude.ai — use OAuth. Keyless MCP exposes exactly Search, Scrape, and Parse. It has daily request and credit limits shared by users on the same public IP address. Another person or process on the same network can use part of that allowance. Use keyless access to evaluate the connection, not as an identity or a production credential. For the current allowance, see Keyless rate limits.Add an API key
Use an API key for CI, backend services, and other unattended connections. Create a Firecrawl API key, then make it available to the MCP client asFIRECRAWL_API_KEY.
Codex
Export the key in the environment that starts Codex:~/.codex/config.toml:
Claude Code
Export the key before starting Claude Code:.mcp.json. Do not replace ${FIRECRAWL_API_KEY} with the key itself.
Other clients
Point the client at:firecrawl is connected.
Verify the connection
Try:firecrawl_search, firecrawl_scrape, and firecrawl_parse. An API-key connection can expose the full tool surface, subject to plan, deployment, and team policy.
If the tools do not match the mode you configured, remove any duplicate Firecrawl entries, restart the client, and check the active server URL and credential source.
Run in CI or a backend
StoreFIRECRAWL_API_KEY in the platform’s secret manager and inject it into the process environment. Keep only the environment-variable reference in MCP configuration:
firecrawl tool list, and rotate the key if it may have been exposed.
Legacy API-key URL support
Existing configurations may usehttps://mcp.firecrawl.dev/<FIRECRAWL_API_KEY>/v2/mcp. The full URL is a credential: never paste it into chat, screenshots, issues, logs, or shared configuration. Migrate to an environment-backed Authorization: Bearer header when possible, and rotate the key if the URL was exposed.
This compatibility route applies only to the full /v2/mcp surface. It does not work for the OAuth-only search resource.
More resources
Compare connection options
Return to the MCP setup chooser.
Run locally
Start the open-source server over stdio or Streamable HTTP.

