MCP integration guide

Claude Desktop scraping with Scrappa MCP

Add Scrappa to Claude Desktop with mcp-remote, restart the app, and ask Claude to call live scraping tools for research, lead generation, review monitoring, and structured web data extraction.

MCP server URL

https://scrappa.co/mcp

Setup steps

1

Create a Scrappa API key from the dashboard.

2

Install Node.js 18+ so Claude Desktop can run mcp-remote.

3

Open claude_desktop_config.json on macOS or Windows.

4

Paste the Scrappa MCP server configuration and replace YOUR_SCRAPPA_API_KEY.

5

Fully quit and restart Claude Desktop, then ask Claude to list available Scrappa tools.

Configuration

{
  "mcpServers": {
    "scrappa": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://scrappa.co/mcp", "--header", "X-API-KEY: YOUR_SCRAPPA_API_KEY"]
    }
  }
}

Related MCP pages