Skip to main content
Glama

MCP Browser Screenshot Server

puppeteer.tsโ€ข742 B
/** * @license * Copyright 2017 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ export type {Protocol} from 'puppeteer-core'; export * from 'puppeteer-core/internal/puppeteer-core.js'; import * as PuppeteerCore from 'puppeteer-core/internal/puppeteer-core.js'; import {getConfiguration} from './getConfiguration.js'; const configuration = getConfiguration(); /** * @public */ const puppeteer = new PuppeteerCore.PuppeteerNode({ isPuppeteerCore: false, configuration, }); export const { /** * @public */ connect, /** * @public */ defaultArgs, /** * @public */ executablePath, /** * @public */ launch, /** * @public */ trimCache, } = puppeteer; export default puppeteer;

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/seabassgonzalez/mcp-browser-screenshot'

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