ZenRows MCP server — Universal Scraper API for AI coding assistants
{
"mcpServers": {
"io-github-zenrows-zenrows-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
ZenRows MCP server — Universal Scraper API for AI coding assistants
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 15 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ZenRows/zenrows-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for the ZenRows Universal Scraper API.
Give any MCP-compatible AI assistant the ability to scrape any webpage — including JavaScript-rendered content and anti-bot protected sites.
Claude Code
claude mcp add zenrows -e ZENROWS_API_KEY=YOUR_API_KEY -- npx -y @zenrows/mcp
Or ask your AI assistant naturally once configured:
Scrape https://example.com and summarize the content.
scrapeFetches a webpage and returns its content as clean markdown (default), plaintext, raw HTML, PDF, structured JSON, or a screenshot. See the ZenRows API docs for full parameter reference.
| Parameter | Type | Default | Description |
| --------------------- | -------------------------------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| url | string | required | Webpage URL to scrape |
| js_render | boolean | false | Enable JS rendering for SPAs and dynamic content |
| premium_proxy | boolean | false | Use residential proxies to bypass anti-bot systems |
| proxy_country | string | — | ISO 3166-1 alpha-2 country code (e.g. US, GB). Requires premium_proxy |
| response_type | markdown | plaintext | pdf | html | markdown | Output format. html returns raw source (ZenRows default when no param is sent). Ignored when autoparse, css_extractor, outputs, or screenshot params are set |
| autoparse | boolean | — | Auto-extract structured JSON from the page |
| css_extractor | string | — | JSON map of CSS selectors: {"title":"h1","price":".price"} |
| outputs | string | — | Comma-separated data types to extract as JSON: emails, headings, links, menus, images, videos, audios. Use * for all |
| screenshot | boolean | — | Capture an above-the-fold screenshot. Returns an im