google-apps-script-mcp
Verified Safeby nikolai-cardinal
Overview
Automate Google Apps Script development, deployment, and execution through an AI agent via the Model Context Protocol.
Installation
npx google-apps-script-mcpEnvironment Variables
- LOG_LEVEL
Security Notes
The server uses standard and robust OAuth2 for authentication, requiring explicit user consent and handling tokens atomically. There is no use of 'eval' or other obvious malicious patterns in the provided source code. The server itself communicates via stdio, reducing direct network exposure. The primary security consideration is the broad permissions granted to the Google Apps Script API via OAuth, which is necessary for its intended functionality; a compromised AI agent or misuse could extensively manage Google Apps Script projects.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.