★ 0 stars
HTML
🧠 Memory/Knowledge
Updated 4d ago
Production-ready Google Workspace MCP server — Gmail, Calendar, Drive, Sheets, Docs, Tasks, People, Forms, and Slides in one composed FastMCP package with resources, prompts and sampling.
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": {
"mcp-google-workspace": {
"command": "npx",
"args": [
"-y",
"guinacio/mcp-google-workspace"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-google-workspace npx -y guinacio/mcp-google-workspace
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-google-workspace": {
"command": "npx",
"args": [
"-y",
"guinacio/mcp-google-workspace"
]
}
}
}
📋 Copy
Topics
claude-ai fastmcp gmail google-calendar google-drive google-workspace mcp mcp-server model-context-protocol python