Google Drive MCP (piotr-agier)
ProductivityMCP server integrating Google Drive, Docs, Sheets, Slides, and Calendar for Claude Desktop and other clients.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-drive-mcp-piotr": {
"command": "npx",
"args": [
"-y",
"@piotr-agier/google-drive-mcp"
]
}
}
}