Skip to main content
Glama

Puppeteer Real Browser MCP Server

by withLinda
stealth-actions.ts•425 B
import { setTimeout as sleep } from 'node:timers/promises'; export async function randomScroll(page: any) { const scrolls = Math.floor(Math.random() * 3) + 1; for (let i = 0; i < scrolls; i++) { const distance = Math.random() * 300 + 100; await page.evaluate((d: number) => { (window as any).scrollBy({ top: d, behavior: 'smooth' }); }, distance); await sleep(Math.random() * 2000 + 1000); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/withLinda/puppeteer-real-browser-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server