← apify.com

INDIVIDUAL MCP TOOL

scroll

Scroll the page (or an element) in the given direction by `amount` pixels.

apify.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp

No auth detected

Connect to this endpoint to inspect the live schema for scroll and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

apify.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.playwright-mcp-server]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "playwright-mcp-server": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: playwright-mcp-server
Remote MCP URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "playwright-mcp-server": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "playwright-mcp-server": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "playwright-mcp-server",
  "transport": "streamable-http",
  "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • navigate — Navigate the browser to a URL.
  • screenshot — Take a PNG screenshot of the current page (or a specific element).
  • click — Click an element matched by CSS selector or visible text.
  • type_text — Type text into an input/textarea.
  • get_text — Extract visible text from the page or a specific element.
  • get_html — Return the HTML of the page or a specific element.
  • evaluate — Evaluate JavaScript in the page context.
  • select_option — Choose an option from a <select> element by value or visible label.