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
- Open Cursor Settings → MCP → Add new MCP server.
- Or edit
~/.cursor/mcp.jsondirectly.
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
- Save and refresh the MCP server list in Settings. A green dot means it connected, and the Geonode tools become available to the Agent.
- In the Composer (Agent mode), describe what you want scraped and Cursor calls Geonode for you.