Google Workspace
Rank #31,707io.github.aaronsb/google-workspace
Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven
Google Workspace is a Model Context Protocol (MCP) server published by aaronsb. It ranks #31,707 of 115,460 servers tracked on MCP Toplist. Google Workspace is listed on Official MCP, with 4 tracked versions. It was first listed on May 11, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 83,753 of 115,460 servers on MCP Toplist.
Use Google Workspace
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-workspace -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -- npx -y @aaronsb/google-workspace-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-workspace]
command = "npx"
args = ["-y", "@aaronsb/google-workspace-mcp"]
[mcp_servers.google-workspace.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aaronsb%2Fgoogle-workspace)<a href="https://mcptoplist.com/server/io.github.aaronsb%2Fgoogle-workspace"><img src="https://mcptoplist.com/badge/io.github.aaronsb%2Fgoogle-workspace.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aaronsb
Other servers by aaronsb
- Semantic Notes Vault MCP#526 · 20 vers
- Jira Cloud#5,081 · 13 vers
- Slack#5,164 · 2 vers
- Salesforce Cloud#7,140 · 2 vers
- Confluence Cloud#14,779 · 3 vers
- Confluence MCP Server#15,819 · 1 ver
- Obsidian Semantic MCP Server#15,873
- TeXFlow#15,886 · 1 ver
- Think Strategies#18,600
- Azure DevOps MCP Server#20,355
- Jira Insights MCP#39,764
- D-Bus MCP Server#42,980
Available versions (4)
| Version | Published |
|---|---|
| 4.5.0 | Aug 22, 2026 |
| 4.3.0 | Aug 17, 2026 |
| 4.2.0 | Aug 17, 2026 |
| 2.7.1 | May 11, 2026 |
Frequently asked questions
- Who maintains Google Workspace?
- Google Workspace is maintained by aaronsb, which publishes 16 MCP servers (65 total versions) tracked on MCP Toplist.
- Is Google Workspace listed on the Official MCP Registry?
- Yes — Google Workspace is listed on the Official MCP Registry.
- How many versions does Google Workspace have?
- MCP Toplist tracks 4 versions of Google Workspace, most recently published on Aug 22, 2026.
- Where can I find the source code for Google Workspace?
- The source code for Google Workspace is hosted at github.com/aaronsb/google-workspace-mcp.