Back to Browse

Gee Sweet MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

About

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

Security Report

4.8
Use Caution4.8High Risk

mcp-gee-sweet is a well-structured Google Workspace MCP server with proper OAuth/service account authentication, reasonable permission scoping, and comprehensive test coverage. Authentication is required and appropriately scoped to Google Workspace APIs. No malicious patterns, credential leaks, or dangerous code execution vulnerabilities were detected. Minor code quality observations exist but do not materially impact security posture. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 10 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Pin a single auth method with no fallback, instead of the default waterfall (OAuth, then service account, then Application Default Credentials).Optional

Environment variable: AUTH_METHOD

Path to an OAuth Client ID JSON file downloaded from GCP Console, used for the oauth auth method.Optional

Environment variable: CREDENTIALS_PATH

Path where the OAuth token is cached after the first interactive authorization.Optional

Environment variable: TOKEN_PATH

Path to a Google service account JSON key file, used for the service_account auth method.Optional

Environment variable: SERVICE_ACCOUNT_PATH

Base64-encoded service account JSON key, as an alternative to SERVICE_ACCOUNT_PATH for headless or container deployments.Required

Environment variable: CREDENTIALS_CONFIG

Comma-separated list of tool function names to register. Default: all tools enabled.Optional

Environment variable: ENABLED_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-khuisman-mcp-gee-sweet": {
      "env": {
        "TOKEN_PATH": "your-token-path-here",
        "AUTH_METHOD": "your-auth-method-here",
        "ENABLED_TOOLS": "your-enabled-tools-here",
        "CREDENTIALS_PATH": "your-credentials-path-here",
        "CREDENTIALS_CONFIG": "your-credentials-config-here",
        "SERVICE_ACCOUNT_PATH": "your-service-account-path-here"
      },
      "args": [
        "mcp-gee-sweet"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!