Skip to main content
Glama

Chrome Tools MCP Server

by nicholmikey
types.ts520 B
// Re-export the ChromeTab type from chrome-remote-interface for compatibility export type { Target as ChromeTab } from 'chrome-remote-interface'; // Interface for DOM element information export interface DOMElement { nodeId: number; tagName: string; textContent: string | null; attributes: Record<string, string>; boundingBox: { x: number; y: number; width: number; height: number; } | null; isVisible: boolean; ariaAttributes: Record<string, string>; }

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/nicholmikey/chrome-tools-MCP'

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