> ## 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 或更高版本
* npm (随 Node.js 一同提供)

安装依赖项前，请确认 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. Fork [Firecrawl MCP 服务器仓库](https://github.com/firecrawl/firecrawl-mcp-server)。
2. 克隆你的 fork 并创建功能分支。
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 文件
