配置生成器
MCP 配置生成器
选择您的客户端和需要的工具组,然后复制准确的配置。所有输出启动的都是同一个服务器:npx 运行 crawlforge-mcp-server@latest,并把您的 API key 放在其环境变量中。
只有 serp_rank(search 组)会读取 DATAFORSEO_LOGIN 和 DATAFORSEO_PASSWORD。请把占位符替换为您的 DataForSEO 账号。
您的配置
claude_desktop_config.jsonjson
{
"mcpServers": {
"crawlforge": {
"command": "npx",
"args": [
"-y",
"crawlforge-mcp-server@latest",
"mcp"
],
"env": {
"CRAWLFORGE_API_KEY": "cf_live_your_api_key_here"
}
}
}
}保存位置
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%\Claude\claude_desktop_config.json (Windows)~/.config/Claude/claude_desktop_config.json (Linux)
- 把 cf_live_your_api_key_here 替换为您控制台中的密钥。 API keys
- 在 Windows 上请使用 npx.cmd 作为命令。
- 下载 .mcpb 安装包 即可一键安装:用 Claude Desktop 打开它,按提示输入您的 API key。