> ## 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.

# Firecrawl MCP の開発

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

<div id="development">
  ## 開発
</div>

```bash theme={null}
# 依存関係をインストール
npm install

# ビルド
npm run build

# テストを実行
npm test
```

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

1. リポジトリをフォークする
2. 機能ブランチを作成する
3. テストを実行する：`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ファイルを参照してください
