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

# 在 Windsurf 中使用 MCP 实现网页搜索与抓取

> 用 2 分钟为 Windsurf 添加网页抓取与搜索功能

通过远程托管的 MCP 服务器，将 Firecrawl 的免密钥 Search、Scrape 和 Parse 工具添加到 Windsurf。

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

打开 **设置 → 工具 → Windsurf 设置 → 添加服务器**，或编辑 `~/.codeium/windsurf/mcp_config.json`：

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

重启 Windsurf，并确认 `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}
搜索最新的 Tailwind CSS 版本发布说明，并总结这些来源。
```

```text theme={null}
抓取 https://firecrawl.dev 并说明其作用。
```

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

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