Google Workspace MCP Server
Rank #4,814io.github.conorbronsdon/gws-mcp-server
Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
Google Workspace MCP Server is a Model Context Protocol (MCP) server published by conorbronsdon. It ranks #4,814 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Google Workspace MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 110,777 of 115,591 servers on MCP Toplist.
Use Google Workspace MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gws-mcp-server -- npx -y gws-mcp-server --services drive,sheets,calendar,docs,gmail,tasks[mcp_servers.gws-mcp-server]
command = "npx"
args = ["-y", "gws-mcp-server", "--services", "drive,sheets,calendar,docs,gmail,tasks"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server",
"--services",
"drive,sheets,calendar,docs,gmail,tasks"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server",
"--services",
"drive,sheets,calendar,docs,gmail,tasks"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gws-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gws-mcp-server",
"--services",
"drive,sheets,calendar,docs,gmail,tasks"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server",
"--services",
"drive,sheets,calendar,docs,gmail,tasks"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gws-mcp-server": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server",
"--services",
"drive,sheets,calendar,docs,gmail,tasks"
]
}
}
}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.conorbronsdon%2Fgws-mcp-server)<a href="https://mcptoplist.com/server/io.github.conorbronsdon%2Fgws-mcp-server"><img src="https://mcptoplist.com/badge/io.github.conorbronsdon%2Fgws-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
conorbronsdon
Other servers by conorbronsdon
- Substack MCP Server#3,335 · 3 vers
- Transistor MCP Server#16,193 · 2 vers
- Podcast Index MCP Server#16,725 · 2 vers
- Google Search Console MCP Server#17,028 · 1 ver
- OP3 MCP Server#18,001 · 2 vers
- Postlint MCP Server#19,011 · 1 ver
- avoid-ai-writing-mcp#20,637 · 1 ver
- Apple Podcasts MCP Server#21,511 · 1 ver
- yt-analytics-mcp#52,138
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 2, 2026 |
| 0.2.0 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Google Workspace MCP Server?
- Google Workspace MCP Server is maintained by conorbronsdon, which publishes 10 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Google Workspace MCP Server listed on the Official MCP Registry?
- Yes — Google Workspace MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Google Workspace MCP Server have?
- MCP Toplist tracks 2 versions of Google Workspace MCP Server, most recently published on Aug 2, 2026.
- Where can I find the source code for Google Workspace MCP Server?
- The source code for Google Workspace MCP Server is hosted at github.com/conorbronsdon/gws-mcp-server.