MCP Google Workspace Integration
@dev-ithitchhiker
关于 MCP Google Workspace Integration
A lightweight MCP Server for integrating Google Docs, Sheets, and Slides with custom applications. Enables seamless document management, real-time collaboration, and API-based automation.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-google-docs": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Google Workspace Integration?
MCP Google Workspace Integration is an MCP (Metoro Control Protocol) tool that provides programmatic access to Google Workspace services including Google Docs, Sheets, Slides, and Drive. It is designed for developers who need to automate document creation, spreadsheet manipulation, presentation management, and file operations within Google Workspace.
How to use MCP Google Workspace Integration?
Set up a Python virtual environment, install dependencies from requirements.txt, enable the required Google APIs (Sheets, Drive, Docs, Slides), create an OAuth 2.0 client secret in Google Cloud Console, and set the MCPGD_CLIENT_SECRET_PATH and MCPGD_FOLDER_ID environment variables. Then run python main.py and use the provided MCP commands such as mcp list_files, mcp get_sheet_data, mcp create_document, or mcp create_presentation.
Key features of MCP Google Workspace Integration
- List, copy, rename files in Google Drive
- Get sheet data; add/delete rows and columns
- Update cells; create, update, delete charts
- Create documents with formatted text and headings
- Insert images, tables, and page breaks in docs
- Create presentations with slides, shapes, and speaker notes
Use cases of MCP Google Workspace Integration
- Automating generation of reports with live spreadsheet data
- Building document templates with pre-formatted text and tables
- Creating slide decks from structured data sources
- Managing a large set of files and sheets in a shared Drive folder
- Integrating Google Workspace operations into larger MCP-based workflows
FAQ from MCP Google Workspace Integration
What runtime and dependencies does it require?
Python (with virtual environment) and the packages in requirements.txt. The Google Sheets, Drive, Docs, and Slides APIs must be enabled in the Google Cloud Console.
How is authentication handled?
OAuth 2.0 – you must create a client secret in Google Cloud Console and point the MCPGD_CLIENT_SECRET_PATH environment variable to the JSON file. A token file is stored locally (default path ~/.mcp_google_spreadsheet.json) for subsequent use.
Where does user data live?
All data remains in your Google Workspace account. The only local data is the OAuth token file used to store authorization credentials.
Are there any known limits or restrictions?
The README does not mention any specific limits. Google API quotas and your Workspace plan apply.
What transport protocol does the MCP server use?
The README does not specify the transport; it relies on the MCP (Metoro Control Protocol) standard. All communication goes through Google’s API endpoints over HTTPS.
记忆与知识 分类下的更多 MCP 服务器
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Notion MCP Server
makenotionOfficial Notion MCP Server
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
评论