drio
Open app

Google Workspace MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The Google Workspace MCP Server is a Model Context Protocol (MCP) server that facilitates interaction with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events.

To use the server, clone the repository, install prerequisites, set up Google Cloud Console credentials, and run the server to manage your Gmail and Calendar through defined MCP commands.

  • Gmail Tools: List, search, send, and modify emails directly. - Calendar Tools: List, create, update, and delete calendar events. - API Integration: Seamlessly integrates with Gmail and Google Calendar APIs using OAuth 2.0 for authentication.
  1. Automating email management tasks like sorting and labeling emails.
  2. Scheduling and managing calendar events programmatically.
  3. Integrating email functionalities into other applications or workflows.

Add to your AI client

Use these steps to connect Google Workspace MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "epaproditus-google-workspace-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epaproditus-google-workspace-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "epaproditus-google-workspace-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epaproditus-google-workspace-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "epaproditus-google-workspace-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epaproditus-google-workspace-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

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

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "epaproditus-google-workspace-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epaproditus-google-workspace-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "epaproditus-google-workspace-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epaproditus-google-workspace-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

**What are the prerequisites to run the server?**

You need Node.js version 14 or higher and set up Google API credentials.

**How do I set up OAuth 2.0 credentials?**

Create a project in Google Cloud Console, enable the Gmail and Calendar APIs, and set up the OAuth credentials as per the instructions provided.

**Is the server free to use?**

Yes, the server can be used free of charge, but it is subject to Google API usage limits.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":553,"uuid":"1f3dab92-b52d-4c6f-a1f0-af26c9e067c0","name":"epaproditus_google-workspace-mcp-server","title":"Google Workspace MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T02:55:33.505+00:00","updated_at":"2025-01-05T02:59:46.574+00:00","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"google-workspace,mcp-server,email-calendar-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/epaproditus_google-workspace-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]