MCP 経由で、Firecrawl の検索、スクレイピング、クロール、ブラウザの各ツールを OpenCode に追加します。Documentation Index
Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
Use this file to discover all available pages before exploring further.
クイックスタート
1. APIキーを取得
2. OpenCode に Firecrawl を追加する
~/.config/opencode/config.json (グローバル) またはプロジェクト内の ./opencode.json から設定を読み込みます。以下を追加します:
fc-YOUR-API-KEY をご自身の Firecrawl APIキーに置き換えてください。
3. OpenCodeを起動する
クイックデモ
リモートホストのURL (Node.js不要)
トラブルシューティング
- サーバーが接続されていない — MCP の読み込みエラーを確認するには、
opencode doctorを実行します。 npxで権限が拒否される — Node.js 18 以降をインストールし、シェルがそのインストールを認識していることを確認してください (which npx) 。

