> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-docs-agent-add-spark-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 在 Antigravity 中使用 MCP 进行网页搜索与抓取

> 为 Google Antigravity 添加 Firecrawl 的网页抓取与搜索功能

通过远程托管的 MCP 服务器，将 Firecrawl 的免密钥 Search、Scrape 和 Parse 工具添加到 [Google Antigravity](https://antigravity.google/)。

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

打开 Antigravity 的设置 (`Cmd/Ctrl + ,`) ，搜索 **MCP Servers**，然后添加：

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

重新加载窗口，确认 `firecrawl_search`、`firecrawl_scrape` 和 `firecrawl_parse` 已可用。

免密钥访问设有使用限制，同一公共 IP 下的用户共享这些限制。请在交互式客户端中通过 [For Humans](/zh/mcp-server/oauth) 登录，或为无人值守使用[添加 API 密钥](/zh/mcp-server/keyless#add-an-api-key)。

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

```text theme={null}
Use Firecrawl to search for the latest Vercel AI SDK release notes and summarize the sources.
```

```text theme={null}
Scrape https://docs.firecrawl.dev/ai-onboarding and list the linked guides.
```

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

* \*\*服务器显示失败：\*\*请确认远程托管 URL 是否正确，并检查 MCP 输出面板。
* \*\*缺少 Crawl 或其他工具：\*\*免密钥模式仅提供 Search、Scrape 和 Parse。请通过 OAuth 或 API 密钥连接，以使用更完整的工具集。
