Skip to main content
Workplace & ProductivityPython

taylorwilsdon/google_workspace_mcp

Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.

workplace-productivitycloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/taylorwilsdon/google_workspace_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "googleworkspacemcp": {
      "command": "npx",
      "args": [
        "-y",
        "taylorwilsdon/google_workspace_mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Workplace & Productivity
Language
Python
Author
taylorwilsdon

More Workplace & Productivity Servers

dkships/pm-copilot

Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by convergence (same signal in both sources = 2x boost), scrubs PII, and accepts business metrics from other MCP servers via `kpi_context` for composable prioritization.

TypeScript

bivex/kanboard-mcp

A Model Context Protocol (MCP) server written in Go that empowers AI agents and Large Language Models (LLMs) to seamlessly interact with Kanboard. It transforms natural language commands into Kanboard API calls, enabling intelligent automation of project, task, and user management, streamlining workflows, and enhancing productivity.

Go

bug-breeder/quip-mcp

A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. Enables document lifecycle management, smart search, comment management, and secure token-based authentication for both Quip.com and enterprise instances.

TypeScript

devroopsaha744/TexMCP

An MCP server that converts LaTeX into high-quality PDF documents. It provides tools for rendering both raw LaTeX input and customizable templates, producing shareable, production-ready artifacts such as reports, resumes, and research papers.

Python

foxintheloop/UpTier

Desktop task manager with clean To Do-style UI and 25+ MCP tools for prioritization, goal tracking, and multi-profile workflows.

TypeScript

giuseppe-coco/Google-Workspace-MCP-Server

MCP server that seamlessly interacts with your Google Calendar, Gmail, Drive and so on.

Python