Google Drive MCP (felores)
ProductivityEfficient implementation of the Google Drive MCP server for file management and search.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-drive-mcp-felores": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}