McpMux
Back to Registry

Google Workspace (uvx) MCP Server

Community

Contributed by Taylor Wilsdon

Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.

About the Google Workspace (uvx) MCP Server

The Google Workspace (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services. This is a community-contributed MCP server by Taylor Wilsdon.

Install the Google Workspace (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires OAuth authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "workspace-mcp"
  ],
  "env": {
    "GOOGLE_OAUTH_CLIENT_ID": "${input:GOOGLE_OAUTH_CLIENT_ID}",
    "GOOGLE_OAUTH_CLIENT_SECRET": "${input:GOOGLE_OAUTH_CLIENT_SECRET}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "GOOGLE_OAUTH_CLIENT_ID",
        "label": "Google OAuth Client ID",
        "description": "OAuth 2.0 Client ID from Google Cloud Console. Create a Desktop application type credential.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
        "obtain": {
          "url": "https://console.cloud.google.com/apis/credentials",
          "instructions": "1. Go to Google Cloud Console > APIs & Services > Credentials\n2. Click 'Create Credentials' > 'OAuth client ID'\n3. Select 'Desktop app' as application type\n4. Copy the Client ID",
          "button_label": "Create Credentials"
        }
      },
      {
        "id": "GOOGLE_OAUTH_CLIENT_SECRET",
        "label": "Google OAuth Client Secret",
        "description": "OAuth 2.0 Client Secret from Google Cloud Console. Paired with the Client ID above.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "GOCSPX-xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://console.cloud.google.com/apis/credentials",
          "instructions": "1. Go to Google Cloud Console > APIs & Services > Credentials\n2. Click on your OAuth 2.0 Client ID\n3. Copy the Client Secret",
          "button_label": "View Credentials"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoauth
Capabilities
ToolsResources

Categories

Tags

googlegmailcalendardrivedocssheetsworkspaceoauth

Supported AI Clients

The Google Workspace (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Google Workspace (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.