mcpbeat Sign in

Google Workspace MCP Server

local only

Google Workspace MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 849 installs a week from npm. Last commit 16 Sep 2026.

An MCP server for Google Workspaces.

Installs per day peak 540 · avg 63 · +716% w/w
a month agotoday
849
Installs / week
npm · @takiguchi-yu/google-workspace-mcp-server
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/auth/workspace-paths.ts:33
    return path.join(this.home, 'accounts', label.value);
Secret passed into the image build Dockerfile:27
ENV GOOGLE_TOKEN_PATH=/app/token.json

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-workspace-mcp-server -- npx -y @takiguchi-yu/google-workspace-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-workspace-mcp-server": {
      "args": [
        "-y",
        "@takiguchi-yu/google-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-workspace-mcp-server]
command = "npx"
args = ["-y", "@takiguchi-yu/google-workspace-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-workspace-mcp-server": {
      "args": [
        "-y",
        "@takiguchi-yu/google-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-workspace-mcp-server": {
      "args": [
        "-y",
        "@takiguchi-yu/google-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Google Workspace MCP Server

same job, measured the same way
Google Workspace MCP
by takiguchi-yu

An MCP server for Google Workspaces.

local only
Google Trends
by pipeworx-io

MCP server for google-trends

37 tools answering
SaaS Alerts
by wyre-technology

MCP server for Kaseya SaaS Alerts — SaaS security monitoring for M365 & Google Workspace.

local only
SaaS Alerts
by wyre-ai

MCP server for Kaseya SaaS Alerts — SaaS security monitoring for M365 & Google Workspace.

local only
MCP Gee Sweet
by khuisman

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

local only
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
Google Tag Manager MCP
by a1-x-tech

MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.

120 installs/wk local only
Google Workspace
by mindstone

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

147 installs/wk local only

Google Workspace MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Workspace MCP Server?
Google Workspace MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @takiguchi-yu/google-workspace-mcp-server was installed 849 times last week.
How do I connect Google Workspace MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @takiguchi-yu/google-workspace-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Google Workspace MCP Server?
The npm package @takiguchi-yu/google-workspace-mcp-server was installed 849 times in the last week. Week over week that is +716%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Workspace MCP Server open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.