better-workspace-mcp
v0.3.1Google Workspace MCP server — Docs/Drive/Calendar/Gmail/Sheets/Slides/Tasks/Chat/People/Forms + multi-account
By n24q02m1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install better-workspace-mcp for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install better-workspace-mcp@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/n24q02m/better-workspace-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- npx
- args
- --yes @n24q02m/better-workspace-mcp@latest
- env.MCP_TRANSPORT
- stdio
- env.GOOGLE_OAUTH_CLIENT_ID
- ${user_config.GOOGLE_OAUTH_CLIENT_ID}
- env.GOOGLE_OAUTH_CLIENT_SECRET
- ${user_config.GOOGLE_OAUTH_CLIENT_SECRET}
Plugin manifests1
{
"name": "better-workspace-mcp",
"version": "0.3.1",
"description": "Google Workspace MCP server — Docs/Drive/Calendar/Gmail/Sheets/Slides/Tasks/Chat/People/Forms + multi-account",
"userConfig": {
"GOOGLE_OAUTH_CLIENT_ID": {
"type": "string",
"title": "Google OAuth Client ID",
"description": "OAuth 2.0 Desktop client ID from Google Cloud Console (APIs & Services > Credentials)",
"sensitive": false,
"required": true
},
"GOOGLE_OAUTH_CLIENT_SECRET": {
"type": "string",
"title": "Google OAuth Client Secret",
"description": "OAuth 2.0 Desktop client secret (paired with the client ID above)",
"sensitive": true,
"required": true
}
},
"author": {
"name": "n24q02m",
"url": "https://github.com/n24q02m"
},
"homepage": "https://github.com/n24q02m/better-workspace-mcp",
"mcpServers": {
"better-workspace-mcp": {
"command": "npx",
"args": [
"--yes",
"@n24q02m/better-workspace-mcp@latest"
],
"env": {
"MCP_TRANSPORT": "stdio",
"GOOGLE_OAUTH_CLIENT_ID": "${user_config.GOOGLE_OAUTH_CLIENT_ID}",
"GOOGLE_OAUTH_CLIENT_SECRET": "${user_config.GOOGLE_OAUTH_CLIENT_SECRET}"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[better-workspace-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/better-workspace-mcp)