Skip to main content
Glama

MCP Chrome Google Search

by cmann50
osascript.ts375 B
import { execFile } from 'node:child_process'; import { promisify } from 'node:util'; const execFileAsync = promisify(execFile); export async function runOsascript(script: string): Promise<string> { // Set maxBuffer to 10MB (10 * 1024 * 1024) const { stdout } = await execFileAsync('osascript', ['-e', script], { maxBuffer: 10 * 1024 * 1024 }); return stdout; }

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/cmann50/mcp-chrome-google-search'

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