通过 MCP 为 OpenCode 添加 Firecrawl 的搜索、抓取、爬取和浏览器工具。Documentation Index
Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
Use this file to discover all available pages before exploring further.
快速开始
1. 获取 API 密钥
2. 将 Firecrawl 添加到 OpenCode
~/.config/opencode/config.json (全局) 或项目中的 ./opencode.json 读取配置。添加:
fc-YOUR-API-KEY 替换为你的 Firecrawl API 密钥。
3. 启动 OpenCode
快速演示
Remote Hosted URL (无需 Node.js)
故障排查
- 服务器未连接 — 运行
opencode doctor检查 MCP 加载错误。 npx权限被拒绝 — 安装 Node.js 18+,并确保 shell 已正确识别该安装 (which npx) 。

