← Back to Plugins
MCP Server MCP

io.github.ZenRows/zenrows-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @zenrows/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.zenrows.com/mcp",
      "headers": [
        {
          "description": "Bearer <ZENROWS_API_KEY>, or use OAuth in clients that support it. Remote MCP does not auto-create accounts.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@zenrows/mcp",
      "version": "2.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional ZenRows API key (https://app.zenrows.com/account/settings). If unset, stdio auto-provisions a Free account unless ZENROWS_AUTO_SIGNUP=false.",
          "format": "string",
          "isSecret": true,
          "name": "ZENROWS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...