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

  1. Open Windsurf SettingsCascadeMCP ServersManage / Add custom server.
  2. Or edit ~/.codeium/windsurf/mcp_config.json directly.

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

  1. Save the config file.
  2. Click Refresh in the MCP panel. Geonode's tools appear for Cascade's agents.

On this page