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

# 在 Claude 中使用 Firecrawl MCP

> 通过 OAuth 将 Claude 连接到 Firecrawl

通过远程账户连接器为 Claude 添加 Firecrawl 功能。

<Note>
  想找 Claude Code 的设置方法？请参见 [Claude Code
  指南](/zh/quickstarts/claude-code)。
</Note>

<div id="quick-setup">
  ## 快速开始
</div>

<div id="1-add-a-custom-connector">
  ### 1. 添加自定义连接器
</div>

前往 Claude.ai 的 [Settings > 连接器](https://claude.ai/settings/connectors)，然后点击 **Add custom connector**。

填写以下连接器信息：

* **URL:** `https://mcp.firecrawl.dev/v2/mcp-oauth`
* **OAuth Client ID:** 留空
* **OAuth Client Secret:** 留空

点击 **Add** 以保存连接器。

Claude 会在你的浏览器中打开 Firecrawl。登录后，选择要使用的团队并批准访问权限。你的原始 API 密钥绝不会被放入连接器 URL 中。有关端点协议和其他受支持的模式，请参见[将 MCP 客户端连接到你的账户](/zh/developer-guides/mcp-setup-guides/oauth)。

<div id="2-enable-in-conversation">
  ### 2. 在对话中启用
</div>

在任意 Claude.ai 对话中，点击左下角的 **+** 按钮，进入 **连接器**，然后启用 Firecrawl 连接器。

<div id="quick-demo">
  ## 快速演示
</div>

启用 Firecrawl 连接器后，试试以下 prompt：

**进行网页搜索：**

```
Search for the latest Next.js 15 features
```

**抓取网页：**

```
Scrape firecrawl.dev and tell me what it does
```

**查看文档：**

```
Find and scrape the Stripe API docs for payment intents
```

Claude 将自动使用 Firecrawl 的搜索和抓取工具来获取所需信息。
