Skip to content
VS Code

google workspace for VS Code

com.proscendia/google-workspace

Permissioned access to Gmail, Drive and Calendar via the user's own Google account

client:VS Code transport:streamable-http

Install google workspace in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-workspace": {
      "type": "http",
      "url": "https://google-mcp.proscendia.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

google workspace in other clients