Scraper MCP Installation Guide
Windsurf
Connect Geonode Scraper MCP to Windsurf Cascade agents.
Windsurf connects to remote servers through its MCP config file.
Step 1 — Open MCP settings
- Open Windsurf Settings → Cascade → MCP Servers → Manage / Add custom server.
- Or edit
~/.codeium/windsurf/mcp_config.jsondirectly.
Step 2 — Add server configuration
Add the Geonode server block:
{
"mcpServers": {
"geonode-scraper": {
"serverUrl": "https://scraper.geonode.io/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}Step 3 — Refresh the MCP panel
- Save the config file.
- Click Refresh in the MCP panel. Geonode's tools appear for Cascade's agents.