Back to Browse

Google Workspace MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

About

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (40/42 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Google OAuth client IDOptional

Environment variable: GOOGLE_CLIENT_ID

Google OAuth client secretRequired

Environment variable: GOOGLE_CLIENT_SECRET

Path to accounts.json written by the MCP hostOptional

Environment variable: ACCOUNTS_PATH

Directory containing per-account Google OAuth token filesOptional

Environment variable: CREDENTIALS_PATH

Outbound Google API request timeout in milliseconds (max 300000 = 5 min)Optional

Environment variable: GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS

Set to 1 to disable background OAuth token refresh (tokens are only read, never refreshed)Optional

Environment variable: GOOGLE_WORKSPACE_DISABLE_REFRESH

Directory attachments and downloaded files are constrained to (defaults to a temp dir; reads/writes outside it are refused)Optional

Environment variable: MCP_WORKSPACE_PATH

Legacy fallback for MCP_WORKSPACE_PATH; prefer MCP_WORKSPACE_PATHOptional

Environment variable: WORKSPACE_BASE_PATH

Legacy fallback path to gauth.json OAuth client config; host-orchestrated setups use GOOGLE_CLIENT_ID/GOOGLE_CLIENT_SECRET insteadOptional

Environment variable: GAUTH_FILE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-google-workspace": {
      "env": {
        "GAUTH_FILE": "your-gauth-file-here",
        "ACCOUNTS_PATH": "your-accounts-path-here",
        "CREDENTIALS_PATH": "your-credentials-path-here",
        "GOOGLE_CLIENT_ID": "your-google-client-id-here",
        "MCP_WORKSPACE_PATH": "your-mcp-workspace-path-here",
        "WORKSPACE_BASE_PATH": "your-workspace-base-path-here",
        "GOOGLE_CLIENT_SECRET": "your-google-client-secret-here",
        "GOOGLE_WORKSPACE_DISABLE_REFRESH": "your-google-workspace-disable-refresh-here",
        "GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS": "your-google-workspace-request-timeout-ms-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-google-workspace"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!