登录#
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 是供 MCP 客户端使用的服务器 URL,并非可直接在浏览器中打开的页面。客户端会启动浏览器登录流程。
您可以在 MCP 设置中查看和撤销连接。
ChatGPT 和 Claude#
添加 API 密钥#
建议在客户端配置中使用密钥,而非通过浏览器登录。配置说明请参阅 For Agents。
尝试#
如果未显示任何 Firecrawl 工具,请在保存 MCP 配置后重启或重新加载客户端。

