Back to Home
alanse-inc icon

mcp-server-google-workspace

Verified Safe

by alanse-inc

Overview

Provides programmatic control over Google Workspace applications (Sheets, Docs, Drive, Gmail, Calendar, Slides) through a Model Context Protocol (MCP) server for AI automation.

Installation

Run Command
npx @alanse/mcp-server-google-workspace

Environment Variables

  • CREDS_DIR

Security Notes

The project utilizes standard `googleapis` client libraries and `@google-cloud/local-auth` for OAuth 2.0 authentication. The `dotenv` package is used for configuration, implying secrets are externalized. No `eval` or direct command injection vulnerabilities are immediately apparent in the provided code snippets. `nodemailer` is used for MIME message construction, not direct sending. The primary security consideration for production deployment is the `local-auth` mechanism, which typically requires an interactive browser-based login for initial authentication. This method is not suitable for headless servers and would necessitate switching to a different Google Cloud authentication flow (e.g., service accounts) for unattended operation, which is not directly implemented in the current main authentication flow.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassMedium
Avg Tokens750
Stars3
Forks0
Last Update2026-01-16

Tags

Google WorkspaceAI AutomationModel Context ProtocolCloud APIsProductivity Tools