★ 0 stars
TypeScript
📁 File System
Updated 1d ago
Google Drive MCP server — 96 tools for Drive, Docs, Sheets, Slides with Google Workspace awareness (Shared Drives, Labels, Approvals, domain-wide delegation).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-drive-mcp-ser": {
"command": "npx",
"args": [
"-y",
"us-all/google-drive-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-drive-mcp-ser npx -y us-all/google-drive-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-drive-mcp-ser": {
"command": "npx",
"args": [
"-y",
"us-all/google-drive-mcp-server"
]
}
}
}
📋 Copy