Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-gdrive": {
"command": "npx",
"args": [
"-y",
"isaacphi/mcp-gdrive"
]
}
}
}
Run in terminal:
claude mcp add mcp-gdrive npx -y isaacphi/mcp-gdrive
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gdrive": {
"command": "npx",
"args": [
"-y",
"isaacphi/mcp-gdrive"
]
}
}
}