isaacphi/mcp-gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets.
Quick Start
Clone the repository:
git clone https://github.com/isaacphi/mcp-gdriveClaude Desktop configuration example:
{
"mcpServers": {
"mcp-gdrive": {
"command": "npx",
"args": [
"-y",
"isaacphi/mcp-gdrive"
]
}
}
}Check the repository README for specific installation and configuration instructions.