Skip to main content
Glama

Puppeteer MCP Server

by merajmehrabi
MIT License
4,205
192
  • Apple
  • Linux

puppeteer_connect_active_tab

Connect to an active Chrome tab with remote debugging enabled using Puppeteer. Specify a target URL or connect to the first available tab for browser automation tasks like navigation and form interactions.

Instructions

Connect to an existing Chrome instance with remote debugging enabled

Input Schema

NameRequiredDescriptionDefault
debugPortNoOptional Chrome debugging port (default: 9222)
targetUrlNoOptional URL of the target tab to connect to. If not provided, connects to the first available tab.

Input Schema (JSON Schema)

{ "properties": { "debugPort": { "default": 9222, "description": "Optional Chrome debugging port (default: 9222)", "type": "number" }, "targetUrl": { "description": "Optional URL of the target tab to connect to. If not provided, connects to the first available tab.", "type": "string" } }, "required": [], "type": "object" }

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/merajmehrabi/puppeteer-mcp-server'

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