← Index

Google Workspace

io.github.mindstone/mcp-server-google-workspace·v0.1.2·Email
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-google-workspace"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<google_client_id>",
        "GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
        "ACCOUNTS_PATH": "<accounts_path>",
        "CREDENTIALS_PATH": "<credentials_path>",
        "ENABLE_GOOGLE_TASKS_FORMS": "false",
        "GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS": "60000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-google-workspace"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<google_client_id>",
        "GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
        "ACCOUNTS_PATH": "<accounts_path>",
        "CREDENTIALS_PATH": "<credentials_path>",
        "ENABLE_GOOGLE_TASKS_FORMS": "false",
        "GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS": "60000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-google-workspace
§02  Environment variables
GOOGLE_CLIENT_ID
required

Google OAuth client ID

GOOGLE_CLIENT_SECRET
requiredsecret

Google OAuth client secret

ACCOUNTS_PATH
required

Path to accounts.json written by the MCP host

CREDENTIALS_PATH
required

Directory containing per-account Google OAuth token files

ENABLE_GOOGLE_TASKS_FORMS

Set to true to register Google Tasks and Forms tools

GOOGLE_WORKSPACE_REQUEST_TIMEOUT_MS

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Email