piotr-agier/google-drive-mcp
A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.
Platform-specific configuration:
{
"mcpServers": {
"google-drive-mcp": {
"command": "npx",
"args": [
"-y",
"google-drive-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...