Skip to main content
Glama

Chrome DevTools MCP

Official
snapshot.ts443 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ interface ScreenshotData { html: string; } export const screenshots: Record<string, ScreenshotData> = { basic: { html: '<div>Hello MCP</div>', }, viewportOverflow: { html: '<div style="height: 120vh; background-color: rebeccapurple;">View Port overflow</div>', }, button: { html: '<button>I am button click me</button>', }, };

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/ChromeDevTools/chrome-devtools-mcp'

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