Aleksey Shenker G-MCP
Personal Model Context Protocol(MCP) servers for automating Google Workspace services through AI assistants. These run locally on the user's machine and connect to Google APIs via OAuth 2.0.
Services
- Gmail— Read, search, compose, label, and archive emails. Scopes:
gmail.modify,gmail.compose,gmail.labels. - Google Calendar— List, create, update, and delete calendar events. Scope:
calendar(full) orcalendar.readonly. - Google Drive— Read, upload, move, and share files. Scope:
drive(full) ordrive.readonly. - Google Tasks— Create, update, complete, and organize tasks. Scope:
tasks(full) ortasks.readonly.
How it works
- The MCP server runs locally on your computer as a Node.js process.
- On first use, a browser-based OAuth 2.0 flow authorizes access to your Google account.
- OAuth tokens are stored locally on your machine. No data is sent to external servers.
- Your AI assistant communicates with the MCP server over stdio to perform actions on your behalf.
Contact
Questions or concerns: alekseyshenker@gmail.com