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

# Amp 中的 MCP 网页搜索与抓取

> 将 Firecrawl 的网页抓取和搜索功能添加到 Sourcegraph Amp

通过远程托管的 MCP 服务器，为 [Sourcegraph Amp](https://ampcode.com) 添加 Firecrawl 的免密钥 Search、Scrape 和 Parse Tool。

<div id="quick-setup">
  ## 快速设置
</div>

打开 Amp 设置，添加此远程 MCP 服务器：

```json theme={null}
{
  "amp.mcpServers": {
    "firecrawl": {
      "url": "https://mcp.firecrawl.dev/v2/mcp"
    }
  }
}
```

重新加载 Amp，并确认 `firecrawl_search`、`firecrawl_scrape` 和 `firecrawl_parse` 可用。

免密钥访问的限额由同一公共 IP 的用户共享。交互式账户访问请使用 [OAuth](/zh/mcp-server/oauth)；无人值守使用请参阅 [API 密钥指南](/zh/mcp-server/keyless-api-key#add-an-api-key)。

<div id="try-it">
  ## 试用
</div>

```text theme={null}
进行网页搜索，查找"Sourcegraph Cody vs Amp"并总结这些来源。
```

```text theme={null}
抓取 https://docs.firecrawl.dev and list the core endpoints.
```

<div id="troubleshooting">
  ## 故障排除
</div>

* \*\*服务器无法连接：\*\*确认 URL 是否准确为 `https://mcp.firecrawl.dev/v2/mcp`，并检查 Amp 的 MCP 日志。
* \*\*缺少 Crawl 或其他工具：\*\*免密钥模式仅提供 Search、Scrape 和 Parse。请通过 OAuth 或 API 密钥连接，以使用更完整的工具集。
