> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-docs-agent-spark-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenCodeでのMCP Web検索とスクレイピング

> OpenCode に Firecrawl の Web スクレイピングと検索を追加

ホスト型MCPサーバーを通じて、Firecrawl のキーなしの Search、Scrape、Parse ツールを [OpenCode](https://opencode.ai) に追加します。

<div id="quick-setup">
  ## クイックセットアップ
</div>

以下を `~/.config/opencode/opencode.json` またはプロジェクトの `opencode.json` に追加します。

```json theme={null}
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "firecrawl": {
      "type": "remote",
      "url": "https://mcp.firecrawl.dev/v2/mcp",
      "enabled": true
    }
  }
}
```

OpenCodeを再起動し、`/mcp`を入力して、`firecrawl_search`、`firecrawl_scrape`、`firecrawl_parse`が利用可能であることを確認します。

キーなしアクセスには、同じパブリックIPを使用するユーザー間で共有される制限があります。対話型クライアントから[For Humans](/ja/mcp-server/oauth)でサインインするか、ユーザー操作なしで利用する場合は[APIキーを追加](/ja/mcp-server/keyless#add-an-api-key)してください。

<div id="try-it">
  ## 試してみる
</div>

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

```text theme={null}
Scrape https://docs.firecrawl.dev/introduction and list the code examples.
```

<div id="troubleshooting">
  ## トラブルシューティング
</div>

* **サーバーが接続されない:** `opencode doctor` を実行し、リモート URL を確認してください。
* **クロールまたは他のツールが見当たらない:** キーなしで利用できるのは Search、Scrape、Parse のみです。より幅広いツールを利用するには、OAuth または APIキー で接続してください。
