> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-claude-eager-dijkstra-u6tgua.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Firecrawl MCP の開発

> Firecrawl MCP サーバーの構築、テスト、コントリビューション。

<div id="prerequisites">
  ## 前提条件
</div>

* [Git](https://git-scm.com/downloads)
* Node.js 22 以降
* Node.js に付属の npm

依存関係をインストールする前に、Node.js のバージョンを確認してください。

```bash theme={null}
node --version
```

<div id="clone-and-test-the-server">
  ## サーバーをクローンしてテストする
</div>

```bash theme={null}
git clone https://github.com/firecrawl/firecrawl-mcp-server.git
cd firecrawl-mcp-server
npm install
npm run build
npm test
```

変更を送信する前にリンターを実行してください：

```bash theme={null}
npm run lint
```

<div id="contributing">
  ## コントリビューション
</div>

1. [Firecrawl MCP サーバー repository](https://github.com/firecrawl/firecrawl-mcp-server)をフォークします。
2. フォークをクローンし、機能ブランチを作成します。
3. `npm run lint` と `npm test` を実行します。
4. 動作内容と確認結果を添えてプルリクエストを送信します。

<div id="thanks-to-contributors">
  ## 貢献者の皆様へ
</div>

初期実装にご協力いただいた[@vrknetha](https://github.com/vrknetha)さん、[@cawstudios](https://caw.tech)さんに感謝します！

ホスティングを提供してくださったMCP.soとKlavis AI、ならびに当社サーバーを統合してくださった[@gstarwd](https://github.com/gstarwd)さん、[@xiangkaiz](https://github.com/xiangkaiz)さん、[@zihaolin96](https://github.com/zihaolin96)さんに感謝します。

<div id="license">
  ## ライセンス
</div>

MIT License - 詳細はLICENSEファイルを参照してください
