Skip to main content

Before You Start

You need:

Zenrows Account

A Zenrows account

Zenrows API Key

Your Zenrows API key

Node.js

Latest version of Node.js installed on your machine

VS Code

VS Code installed

Setup

1

Step 1: Open the configuration file

Open or create the MCP configuration file in your project:
2

Step 2: Add the Zenrows MCP server

Paste the following into the configuration file, replacing YOUR_ZENROWS_API_KEY with your actual API key:
3

Step 3: Reload the window

Save the file and reload the VS Code window (Cmd+Shift+P / Ctrl+Shift+P, then Developer: Reload Window) to load the new configuration.

Start scraping

Ask GitHub Copilot to scrape a webpage or automate a browser workflow in plain English:

Troubleshooting

The scrape tool is not available Confirm .vscode/mcp.json is present in your project root and contains valid JSON. You can validate the JSON syntax at jsonlint.com. Then reload the VS Code window. Page content is missing or incomplete The page likely loads content dynamically. Ask the assistant to enable JavaScript rendering:
Requests return a 403 or bot detection page Ask the assistant to use Premium Proxies:
For more troubleshooting options, see the Zenrows MCP overview.