Scraper MCP Installation Guide

Claude Code

Add the Geonode Scraper MCP server to Claude Code from the terminal.

Claude Code adds remote HTTP servers from the terminal in one command.


Step 1 — Add the server

Run:

claude mcp add --transport http geonode-scraper https://scraper.geonode.io/mcp \
  --header "X-Api-Key: YOUR_API_KEY"

All options (--transport, --header, --scope) come before the server name.


Step 2 — Choose scope (optional)

  • Add --scope project to write the config to a shared .mcp.json in your repo, so teammates inherit the server when they commit it.
  • Add --scope user to make the server available across all your projects.
  • The default scope is local to the current project.

Step 3 — Manage or remove the connection

Check and manage the connection inside a session with the /mcp slash command.

Remove the server any time with:

claude mcp remove geonode-scraper

On this page