Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gg Workspace

БесплатноНе проверен

A lightweight MCP server for managing Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides) through natural language with AI assistants like

GitHubEmbed

Описание

A lightweight MCP server for managing Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides) through natural language with AI assistants like Claude and Cursor.

README

The fastest, most lightweight Google Workspace MCP Server powered by Bun. ⚡️

Manage your entire Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, Slides) directly through natural language with AI assistants like Claude, Cursor, and more.

📚 Documentation


🌟 Features

  • ⚡ Blazing Fast: Built with Bun for near-instant execution and low overhead.
  • 🔐 1-Click Auth: Built-in Auth Portal for effortless Google Account connection.
  • 🛠️ Comprehensive: 20+ tools covering the essential Google Workspace ecosystem.
  • 🛡️ Secure: Pure TypeScript implementation with official Google SDKs.

🚀 Quick Start

Prerequisite: Bun installed.

  1. Clone & Install

    git clone https://github.com/tannht/gg-workspace-mcp.git
    cd gg-workspace-mcp
    bun install
    
  2. Set Credentials

    cp .env.example .env
    # Edit .env and update GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET
    

    (See GUIDE.md for how to get these credentials)

  3. Run Server

    bun run src/index.ts
    

🤖 MCP Client Integration

We support 25+ clients including Claude Desktop, Cursor, VS Code, JetBrains, and more.

👉 Click here to view the full Client Configuration Guide (MCP_CLIENTS.md)

Quick Example (Claude Desktop):

Using Bun (recommended, faster):

{
  "mcpServers": {
    "gg-workspace-mcp": {
      "command": "bunx",
      "args": ["gg-workspace-mcp"],
      "env": {
        "GOOGLE_CLIENT_ID": "...",
        "GOOGLE_CLIENT_SECRET": "..."
      }
    }
  }
}

Using npm/npx:

{
  "mcpServers": {
    "gg-workspace-mcp": {
      "command": "npx",
      "args": ["gg-workspace-mcp"],
      "env": {
        "GOOGLE_CLIENT_ID": "...",
        "GOOGLE_CLIENT_SECRET": "..."
      }
    }
  }
}

🧰 Available Tools

Category Available Tools
📧 Gmail get_account_info, send_email
📅 Calendar list_calendar_events, create_calendar_event
📁 Drive list_drive_folders, search_drive
📝 Docs create_document, get_document, append_to_document
📊 Sheets create_spreadsheet, read_spreadsheet, update_spreadsheet, append_to_spreadsheet
🖼️ Slides create_presentation, get_presentation, add_slide

🛠️ Local Development

# Run locally
bun run src/index.ts

# Run tests (if added)
bun test

For detailed troubleshooting and development setup, see GUIDE.md.


📄 License

MIT © Hoang Tan

Built with 🦴 by PubPug AI. Gâu gâu! 🐶🚀

from github.com/tannht/gg-workspace-mcp

Установка Gg Workspace

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/tannht/gg-workspace-mcp

FAQ

Gg Workspace MCP бесплатный?

Да, Gg Workspace MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gg Workspace?

Нет, Gg Workspace работает без API-ключей и переменных окружения.

Gg Workspace — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Gg Workspace в Claude Desktop, Claude Code или Cursor?

Открой Gg Workspace на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Gg Workspace with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication