Iniciar sesión#
Set up Firecrawl MCP
Sign in via browser.
Run this in your terminal to add Firecrawl as a remote MCP server in Codex.
codex mcp add firecrawl --url https://mcp.firecrawl.dev/v2/mcp-oauth && codex mcp login firecrawlThen enter /mcp in Codex and confirm firecrawl is connected.
Run this in your terminal to add Firecrawl as a remote MCP server in Claude Code.
claude mcp add --transport http firecrawl https://mcp.firecrawl.dev/v2/mcp-oauthThen enter /mcp in Claude Code and complete the browser sign-in.
Install the hosted MCP server in one click, or copy the configuration below.
Add to Cursor{
"mcpServers": {
"firecrawl": {
"url": "https://mcp.firecrawl.dev/v2/mcp-oauth"
}
}
}Open Cursor Settings, select MCP, and complete the Firecrawl sign-in.
Add this remote server configuration to your global or project config. OpenCode opens Firecrawl in your browser on first use.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"firecrawl": {
"type": "remote",
"url": "https://mcp.firecrawl.dev/v2/mcp-oauth",
"enabled": true
}
}
}Sign in and approve access, then confirm firecrawl is connected.
https://mcp.firecrawl.dev/v2/mcp-oauth es una URL de servidor para tu cliente MCP. No es una página que debas abrir directamente en un navegador. Tu cliente inicia el flujo de inicio de sesión en el navegador.
Puedes revisar y revocar conexiones desde configuración de MCP.
ChatGPT y Claude#
Añade una clave de API#
Es preferible configurar una clave en el cliente en lugar de iniciar sesión en el navegador. Consulta la configuración en For Agents.
Prueba#
Si no aparece ninguna herramienta de Firecrawl, reinicia o recarga el cliente después de guardar su configuración de MCP.

