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.