Back to MCP Servers
Gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets.
file-systemsgo
By isaacphi
Installation
npx -y mcp-gdriveConfiguration
{
"mcpServers": {
"mcp-gdrive": {
"command": "npx",
"args": ["-y", "mcp-gdrive"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes