google-workspace-mcp

Expose Google Workspace APIs through MCP server integration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Niraven/pokee-deep-research-skill --skill google-workspace-mcp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google-workspace-mcp
Source: https://github.com/Niraven/pokee-deep-research-skill/tree/main/skills/google-workspace-mcp
Command: npx skills add https://github.com/Niraven/pokee-deep-research-skill --skill google-workspace-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bridges Google Workspace functionalities with the Model Context Protocol (MCP), enabling AI agents to interact with services like Gmail, Calendar, and Drive programmatically.

Core Features & Use Cases

  • Email Management: Send emails using gmail_send.
  • Calendar Scheduling: Create events with calendar_create_event.
  • File Management: Upload files to Google Drive with drive_upload.
  • Document Creation: Generate new documents using docs_create.
  • Use Case: An AI assistant can use this Skill to schedule a meeting based on user requests, send out meeting invitations, and attach relevant documents from Google Drive.

Quick Start

Use the google-workspace-mcp skill to send an email with the subject 'Project Update' and body 'Please find the latest report attached.' to 'team@example.com'.

Frequently Asked Questions about google-workspace-mcp

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

FAQPage Schema
How do I integrate Google Workspace with an MCP server for AI agents?▼

Yes, you can automate Gmail email sending by utilizing the MCP server integration, which exposes a specific tool for AI agents to programmatically send emails. This facilitates automated email management directly through the Model Context Protocol.

What Google Workspace actions can an AI assistant perform through MCP?▼

An AI assistant can perform actions like sending emails, creating calendar events, uploading files to Google Drive, and generating new documents through MCP. These tools facilitate programmatic interaction with Google Workspace services for automated workflow management.

Do I need authentication to manage Google Calendar and Drive via MCP?▼

Uploading files to Google Drive via MCP involves using the exposed drive upload tool, which requires authentication and authorization for Google Workspace access. This enables AI agents to programmatically manage and attach relevant documents from Drive.

Does this MCP integration support creating Google Docs programmatically?▼

Yes, the MCP integration supports creating Google Docs programmatically by exposing a specific document creation tool. This allows AI agents to generate new documents automatically as part of a broader workflow like scheduling meetings and sending invitations.