ryfter/google-workspace-access
Read and search your Google Workspace directly from Kiro through a self-hosted, local MCP server. Search and browse Google Drive, read Google Docs (exported cleanly to markdown), pull Google Sheets cell values, and read Google Slides text and layout. It leans toward lightweight text formats over binary: Docs become .md, Sheets become .csv, Slides become a markdown outline, so you spend fewer tokens and get diff-friendly output; binary is used only when no text form exists or you ask for the original. Can also locate and download Google Vids files (Vids has no content API, so deeper Vid contents are not extractable). Runs the @piotr-agier/google-drive-mcp server locally over stdio; your Google identity, OAuth credentials, and token stay on your machine. Prefers read-only scopes by default.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-workspace-access",
"version": "1.0.0",
"description": "Read and search your Google Workspace directly from Kiro through a self-hosted, local MCP server. Search and browse Google Drive, read Google Docs (exported cleanly to markdown), pull Google Sheets cell values, and read Google Slides text and layout. It leans toward lightweight text formats over binary: Docs become .md, Sheets become .csv, Slides become a markdown outline, so you spend fewer tokens and get diff-friendly output; binary is used only when no text form exists or you ask for the original. Can also locate and download Google Vids files (Vids has no content API, so deeper Vid contents are not extractable). Runs the @piotr-agier/google-drive-mcp server locally over stdio; your Google identity, OAuth credentials, and token stay on your machine. Prefers read-only scopes by default.",
"author": {
"name": "krank"
},
"keywords": [
"google-drive",
"google-docs",
"google-sheets",
"google-slides",
"workspace",
"mcp",
"markdown-export"
],
"license": "MIT",
"homepage": "https://github.com/Ryfter/kiro-powers/tree/main/google-workspace-access",
"repository": "https://github.com/Ryfter/kiro-powers"
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE