mcpbeat Sign in

Better Workspace MCP Server

local only

Better Workspace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 243 installs a week from npm. Last commit 31 Aug 2026.

Google Workspace MCP — Docs, Drive, Calendar, Gmail, Sheets, Slides, Tasks, Chat, People, Forms

Installs per day peak 376 · avg 40 · +74% w/w
a month agotoday
243
Installs / week
npm · @n24q02m/better-workspace-mcp
1
Stars
1 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 13 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.

File ships in the package but is absent from the source [пакет] bin/cli.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable src/vendored/services/SlidesService.ts:267
                const fullPath = path.join(localPath, filename);

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 better-workspace-mcp -- npx -y @n24q02m/better-workspace-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "better-workspace-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-workspace-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.better-workspace-mcp]
command = "npx"
args = ["-y", "@n24q02m/better-workspace-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "better-workspace-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-workspace-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "better-workspace-mcp": {
      "args": [
        "-y",
        "@n24q02m/better-workspace-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Better Workspace MCP

same job, measured the same way
I
Workspace MCP
by taylorwilsdon

Google Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.

56 951 installs/wk local only
Google Workspace
by mindstone

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

225 installs/wk local only
Google Workspace MCP Server
by conorbronsdon

Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

277 installs/wk local only
Gws Connector
by orieg

Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.

local only
MCP fork of Google Workspace CLI
by shigechika

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

local only
Google Drive MCP
by piotr-agier

Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.

9 158 installs/wk local only
Google Drive
by us-all

Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD

550 installs/wk local only
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token
by adelaidasofia

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

local only

Better Workspace MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Better Workspace MCP?
Better Workspace MCP 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 @n24q02m/better-workspace-mcp was installed 243 times last week.
How do I connect Better Workspace MCP?
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 @n24q02m/better-workspace-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Better Workspace MCP?
The npm package @n24q02m/better-workspace-mcp was installed 243 times in the last week. Week over week that is +74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Better Workspace MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.