PluginBench
MCP Server

io.github.aaronsb/google-workspace MCP Server

io.github.aaronsb/google-workspace

What is the io.github.aaronsb/google-workspace MCP server?

Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven

How to install io.github.aaronsb/google-workspace

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_CLIENT_ID

    Google OAuth 2.0 Client ID (Desktop application)

  • GOOGLE_CLIENT_SECRET

    Google OAuth 2.0 Client Secret

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/google-workspace-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/google-workspace-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/google-workspace-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-workspace": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/google-workspace-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add google-workspace --env GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID> --env GOOGLE_CLIENT_SECRET=<YOUR_GOOGLE_CLIENT_SECRET> -- npx -y @aaronsb/google-workspace-mcp

Related MCP servers

Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics

5
TypeScript
MIT
View repository →

Jira Cloud

Maintained

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

4
TypeScript
View repository →

MCP server for Confluence Cloud — page editing, navigation, and content management

0
TypeScript
MIT
View repository →
io.github.aaronsb/google-workspace MCP Server | PluginBench