google-workspace

Authenticate Google OAuth to access Gmail, Calendar, Drive, Docs, and Sheets.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/Balizero1987/Teman2 --skill google-workspace-balizero1987
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/Balizero1987/Teman2/tree/main/skills/google-workspace-mcp
Command: npx skills add https://github.com/Balizero1987/Teman2 --skill google-workspace-balizero1987

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail, Calendar, Drive, Docs, Sheets — NO Google Cloud Console required. Just OAuth sign-in. Zero setup complexity vs traditional Google API integrations.

Core Features & Use Cases

  • Sign in with Google to access Gmail, Calendar, Drive, Docs, and Sheets without configuring a Google Cloud project.
  • Automate common workspace tasks from scripts using mcporter and the google-workspace-mcp tool.
  • Use cases include reading emails, creating calendar events, managing Drive files, and editing Docs/Sheets programmatically.

Quick Start

Sign in with your Google account to authorize the google-workspace-mcp and start issuing mcporter calls.

Frequently Asked Questions about google-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access Gmail and Google Calendar without setting up a Google Cloud project?

You can access Gmail and Google Calendar without a Google Cloud project by using OAuth sign-in to authenticate and store credentials locally, enabling automation and scripting across Workspace apps without traditional setup complexity.

What is the best way to automate Google Sheets and Docs management from scripts?

The best way to automate Google Sheets and Docs management is by using mcporter calls after authorizing via Google OAuth, which enables programmatic reading, editing, and document management without requiring manual API configuration.

Where are Google OAuth credentials stored when accessing Workspace apps?

Google OAuth credentials are stored locally at the ~/.config/google-workspace-mcp/ directory, keeping your authentication tokens on your machine for subsequent automation and scripting tasks.

Can I read emails and create calendar events programmatically without Google Cloud Console?

Yes, you can read emails and create calendar events programmatically without the Google Cloud Console by signing in with Google OAuth, which bypasses traditional API setup and grants immediate Workspace access.

Do I need a Google Cloud project to manage Drive files and Google Sheets?

No, you do not need a Google Cloud project to manage Drive files and Google Sheets. The integration requires only a standard Google OAuth sign-in, eliminating the need for Cloud Console configuration and reducing setup complexity.