Back to stacks

Google Workspace

by Jonathan S

Full Google suite: Drive, Gmail, and Calendar in one stack for workspace power users.

Servers in this stack

productivity
Google Drive

Search, read, and manage files in Google Drive.

@modelcontextprotocol/server-gdrive
communication
Gmail

Read, send, and manage Gmail messages and threads.

productivity
Google Calendar

Read and manage Google Calendar events and schedules.

productivity
Memory

Persistent key-value memory store for AI assistants.

@modelcontextprotocol/server-memory

Copy config

// .vscode/mcp.json
{
"servers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"type": "stdio"
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"type": "stdio"
}
}
}