← Index

io.github.ZenRows/zenrows-mcp

io.github.ZenRows/zenrows-mcp·v1.0.0·Web Scraping
Quality Score
84
/100

ZenRows MCP server — Universal Scraper API for AI coding assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zenrows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zenrows/mcp"
      ],
      "env": {
        "ZENROWS_API_KEY": "<your-zenrows_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zenrows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zenrows/mcp"
      ],
      "env": {
        "ZENROWS_API_KEY": "<your-zenrows_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @zenrows/mcp
§02  Environment variables
ZENROWS_API_KEY
requiredsecret

Your ZenRows API key from https://app.zenrows.com/account/settings

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Web Scraping