Google Drive MCP Server Configuration | Promptexify
MCP
MCP
Google Drive MCP Server Configuration
Allow your LLM to read, search, and manage files in your Google Drive.
329 characters
Connect your Google Drive to your LLM. This allows the model to search for documents, read file contents, and help organize your cloud storage.
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-drive"
],
"env": {}
}
}
}