Configurator
MCP Configurator
Pick your client and the tool groups you want, then copy the exact config. Every output starts the same server: npx runs crawlforge-mcp-server@latest with your API key in its environment.
Only serp_rank (group search) reads DATAFORSEO_LOGIN and DATAFORSEO_PASSWORD. Replace the placeholders with your DataForSEO account.
Your configuration
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"
}
}
}
}Where it goes
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%\Claude\claude_desktop_config.json (Windows)~/.config/Claude/claude_desktop_config.json (Linux)
- Replace cf_live_your_api_key_here with a key from your dashboard. API keys
- On Windows use npx.cmd as the command.
- Download the .mcpb bundle for one-click install: open it with Claude Desktop and enter your API key when asked.