What is the com.proscendia/google-workspace MCP server?
Permissioned access to Gmail, Drive and Calendar via the user's own Google account
How to install com.proscendia/google-workspace
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"google-workspace": {
"url": "https://google-mcp.proscendia.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-workspace": {
"serverUrl": "https://google-mcp.proscendia.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"google-workspace": {
"type": "http",
"url": "https://google-mcp.proscendia.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://google-mcp.proscendia.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http google-workspace https://google-mcp.proscendia.com/mcpRelated MCP servers
Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account