google-mcp-server

MCP server for Google Workspace integration. Gmail, Calendar, Drive, Docs, Sheets, and Slides.

$ go get www.ubuntusoftware.net/pkg/google-mcp-server

Package Information

Version
v0.1.0
License
MIT
Author
Gerard Webb
Last Updated
December 16, 2024

Downloads

Pre-built binaries for macOS, Linux, and Windows:

About

Fork of ngs/google-mcp-server - an MCP (Model Context Protocol) server that provides Claude and other AI assistants with access to Google Workspace services.

Features

  • Gmail - Read, send, and manage emails
  • Calendar - View and create events
  • Drive - Browse, upload, and download files
  • Docs - Read and create documents
  • Sheets - Read and update spreadsheets
  • Slides - Create and manage presentations

Installation

go install github.com/joeblew999/google-mcp-server@latest

Configuration

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "google": {
      "command": "google-mcp-server",
      "args": ["--accounts-dir", "~/.google-mcp-accounts"]
    }
  }
}

Contributing

This is a fork maintained by Ubuntu Software. We welcome contributions via pull requests.