Minimal MCP server for Google Drive file management and Google Sheets editing.
claude mcp add google-drive-files-mcp -- uvx google-drive-files-mcp
claude_desktop_config.json
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"google-drive-files-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-drive-files-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"google-drive-files-mcp": {
"command": "uvx",
"args": [
"google-drive-files-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.zayansalman--google-drive-files-mcp/reviews or the review_server meta-tool.
POST /mcp