> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-claude-eager-dijkstra-8bz2qg.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# For Humans

> Sign in via your browser.

## Sign in

OAuth server URL (Streamable HTTP; the client starts browser sign-in): `https://mcp.firecrawl.dev/v2/mcp-oauth`

* Codex: `codex mcp add firecrawl --url https://mcp.firecrawl.dev/v2/mcp-oauth` then `codex mcp login firecrawl`
* Claude Code: `claude mcp add --transport http firecrawl https://mcp.firecrawl.dev/v2/mcp-oauth` then complete sign-in via `/mcp`
* Cursor or any JSON-config client: `{"mcpServers": {"firecrawl": {"url": "https://mcp.firecrawl.dev/v2/mcp-oauth"}}}`
* OpenCode (`opencode.json`): `{"mcp": {"firecrawl": {"type": "remote", "url": "https://mcp.firecrawl.dev/v2/mcp-oauth", "enabled": true}}}`
* ChatGPT or Claude.ai: use the native Firecrawl connector — [ChatGPT](https://chatgpt.com/plugins?q=firecrawl) or [Claude](https://claude.ai/directory/connectors/firecrawl).

A human must complete the browser sign-in and approve a team. Do not open the server URL directly in a browser.

<Note>
  `https://mcp.firecrawl.dev/v2/mcp-oauth` is a server URL for your MCP client. It is not a page to open directly in a browser. Your client starts the browser sign-in flow.
</Note>

You can review and revoke connections from [MCP settings](https://www.firecrawl.dev/app/settings?tab=mcp).

## ChatGPT and Claude

<CardGroup cols={2}>
  <Card title="Add to ChatGPT" icon="https://mintcdn.com/firecrawl-claude-eager-dijkstra-8bz2qg/5Md8UCIR9LJgXz_O/images/agent-clients/chatgpt.svg?fit=max&auto=format&n=5Md8UCIR9LJgXz_O&q=85&s=64d5fbf04d7e53859ab210fec80374ce" href="https://chatgpt.com/plugins?q=firecrawl" cta="Open in ChatGPT" arrow width="24" height="24" data-path="images/agent-clients/chatgpt.svg">
    Install the native Firecrawl connector in ChatGPT.
  </Card>

  <Card title="Add to Claude" icon="https://mintcdn.com/firecrawl-claude-eager-dijkstra-8bz2qg/5Md8UCIR9LJgXz_O/images/agent-clients/claude-ai.svg?fit=max&auto=format&n=5Md8UCIR9LJgXz_O&q=85&s=682aba4d28e077468163c013399dacdf" href="https://claude.ai/directory/connectors/firecrawl" cta="Open in Claude" arrow width="24" height="24" data-path="images/agent-clients/claude-ai.svg">
    Install the native Firecrawl connector in Claude.
  </Card>
</CardGroup>

## Add an API key

<Card title="Add an API key" icon="key" href="/mcp-server/keyless#add-an-api-key" arrow>
  Prefer a key in your client config instead of browser sign-in. Setup lives on For Agents.
</Card>

## Try

```text theme={null}
Search the web for the latest Firecrawl release notes and summarize the sources.
```

If no Firecrawl tools appear, restart or reload the client after saving its MCP configuration.

## More

<CardGroup cols={2}>
  <Card title="Choose a tool" icon="wrench" href="/mcp-server/tools">
    Find the right Firecrawl MCP tool and review connection-specific availability.
  </Card>

  <Card title="Run locally" icon="terminal" href="/mcp-server/local">
    Start the open-source server over stdio or Streamable HTTP.
  </Card>
</CardGroup>
