Loading MCP server directory, please wait...
Minimal MCP server for Google Drive file management and Google Sheets editing.
npx @getmcp/cli add io.github.zayansalman/google-drive-files-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zayansalman/google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp",
"serve"
],
"env": {
"GDRIVE_FILES_MCP_CREDENTIALS": "",
"GDRIVE_FILES_MCP_TOKEN": "",
"GDRIVE_FILES_MCP_SCOPES": ""
}
}
}
}