What is the Google_drive MCP server?
Google Drive MCP Pack
How to install Google_drive
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"google_drive": {
"url": "https://gateway.pipeworx.io/google_drive/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google_drive": {
"serverUrl": "https://gateway.pipeworx.io/google_drive/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"google_drive": {
"type": "http",
"url": "https://gateway.pipeworx.io/google_drive/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"google_drive": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/google_drive/mcp"
]
}
}
}Claude Code
claude mcp add --transport http google_drive https://gateway.pipeworx.io/google_drive/mcp