Skip to content

Google Workspace

Free

by MCP Community

An MCP server for Google Workspaces.

v0.0.8Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Google Workspace MCP Server

An MCP server for Google Workspaces.

Installation

npx -y @takiguchi-yu/google-workspace-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @takiguchi-yu/google-workspace-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-workspace": {
      "command": "npx",
      "args": ["-y", "@takiguchi-yu/google-workspace-mcp-server"]
    }
  }
}