サインイン#
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 構成を保存した後にクライアントを再起動または再読み込みしてください。

