
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
mcp-google-drive
Advanced tools
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities. Supports both OAuth2 and Service Account authentication.
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities.
npm install mcp-google-drive
Set your Google Service Account credentials:
export GOOGLE_SERVICE_ACCOUNT_KEY='{"type":"service_account",...}'
The MCP server is designed to work seamlessly with Cursor. Add this configuration to your ~/.cursor/mcp.json
:
{
"mcpServers": {
"mcp-google-drive": {
"command": "npx",
"args": ["mcp-google-drive@1.3.2"],
"env": {
"GOOGLE_SERVICE_ACCOUNT_KEY": "your-service-account-json",
"MCP_MODE": "stdio",
"LOG_LEVEL": "info",
"DISABLE_CONSOLE_OUTPUT": "false"
},
"cwd": "/path/to/your/project"
}
}
}
If MCP tools are not working in Cursor:
mcp.json
If automatic integration fails, you can start the server manually:
# In your project directory
npm run start
# Or globally
npx mcp-google-drive
search_files
- Search files with advanced criteriaget_file
- Get file metadata and contentcreate_file
- Create new files and foldersupdate_file
- Update file content and metadatadelete_file
- Delete files and folderscopy_file
- Copy files to new locationsmove_file
- Move files between foldersget_drive_info
- Get drive informationlist_shared_drives
- List available shared drivesget_file_permissions
- Get file sharing settingsshare_file
- Share files with usersget_file_revisions
- Get file version historynpm run build
npm run dev
npm run lint
npm run lint:fix
MIT License - see LICENSE for details.
Contributions welcome! Please read our contributing guidelines and submit pull requests.
FAQs
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities. Supports both OAuth2 and Service Account authentication.
The npm package mcp-google-drive receives a total of 113 weekly downloads. As such, mcp-google-drive popularity was classified as not popular.
We found that mcp-google-drive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.