Scraper MCP Installation Guide

Cursor

Connect Geonode Scraper MCP to Cursor over HTTP with a custom API key header.

Cursor supports remote MCP servers over a URL with headers.


Step 1 — Open MCP settings

  1. Open Cursor SettingsMCPAdd new MCP server.
  2. Or edit ~/.cursor/mcp.json directly.

Step 2 — Add server configuration

Add the Geonode server block:

{
  "mcpServers": {
    "geonode-scraper": {
      "url": "https://scraper.geonode.io/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

Step 3 — Refresh and use in Agent mode

  1. Save and refresh the MCP server list in Settings. A green dot means it connected, and the Geonode tools become available to the Agent.
  2. In the Composer (Agent mode), describe what you want scraped and Cursor calls Geonode for you.

On this page