Google Workspace
Freeby MCP Community
An MCP server for Google Workspaces.
v0.0.8Added Apr 12, 2026
Google Workspace MCP Server
An MCP server for Google Workspaces.
Installation
npx -y @takiguchi-yu/google-workspace-mcp-server
Reviews
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"]
}
}
}