Gists
Abstract This document demonstrates a transformative method for unifying Google Workspace applications by using natural language. Through the integration of the Gemini CLI with MCP, this approach empowers users to intuitively manage Google Drive, Gmail, Google Calendar, Drive Activity, and Google People. Complex tasks and collaborative workflows are streamlined into simple, conversational text commands.
Introduction In today’s dynamic, collaborative environments, managing document workflows, tracking changes, and coordinating team efforts can be fragmented and inefficient.
Gists
Abstract Automate Google Classroom management with natural language. This guide details using the Gemini CLI and an MCP server to streamline creating classes, managing assignments, and interacting with students.
Introduction Unlock the power of natural language to command your Google Workspace. I’ve recently demonstrated how you can automate Google Workspace applications using simple, conversational commands through the Gemini CLI and the MCP (Model Context Protocol) server.
My previous reports detailed how to harness natural language for automating tasks in Google Sheets and Google Calendar:
MCPApp was updated to v2.0.7 v2.0.7 (August 6, 2025)
Starting with v2.0.7, you can now selectively enable or disable the LockService.
By default, this library runs with the LockService enabled. To disable it, simply modify return new MCPApp.mcpApp({ accessKey: "sample" }) to return new MCPApp.mcpApp({ accessKey: "sample", lock: false }). When the LockService is disabled (lock: false), asynchronous requests from clients like the Gemini CLI may see an increase in processing speed.
ToolsForMCPServer was updated to v1.0.13 v1.0.13 (August 1, 2025)
prompts/get was updated. And, 3 prompts were added. You can see the detailed information here https://github.com/tanaikech/ToolsForMCPServer
MCPApp was updated to v2.0.6 v2.0.6 (August 1, 2025)
“prompts/get” method was updated. You can see the detail information here https://github.com/tanaikech/MCPApp