HomeOther › zenrows-mcp

zenrows-mcp

Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

TypeScript Remote
★ 19 stars Last pushed 2026-09-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.zenrows.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http zenrows-mcp https://mcp.zenrows.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "zenrows-mcp": {
      "url": "https://mcp.zenrows.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer <ZENROWS_API_KEY>, or use OAuth in clients that support it. Remote MCP does not auto-create accounts.

Package (npm 2.2.3)

npx -y @zenrows/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "zenrows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@zenrows/[email protected]"
      ],
      "env": {
        "ZENROWS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZENROWS_API_KEY secret — Optional Zenrows API key (https://app.zenrows.com/account/settings). If unset, stdio auto-provisions a Free account unless ZENROWS_AUTO_SIGNUP=false.

Related servers

Data from the Official MCP Registry