Google Drive MCP (isaacphi)
ProductivityMCP server for reading from Google Drive and editing Google Sheets via AI.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-drive-mcp-isaacphi": {
"command": "npx",
"args": [
"-y",
"@isaacphi/mcp-gdrive"
]
}
}
}