Skip to content
VS Code

google workspace mcp for VS Code

io.github.takiguchi-yu/google-workspace-mcp

An MCP server for Google Workspaces.

client:VS Code transport:stdio runtime:npm

Install google workspace mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-workspace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@takiguchi-yu/google-workspace-mcp-server"
      ]
    }
  }
}

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

google workspace mcp in other clients