Google Drive MCP
检索与读取 Google Drive 中的文档,作为 AI 的知识来源。
ModelContextProtocol·↓ 890 次安装·1 个月前
安装命令
终端
npx -y @modelcontextprotocol/server-gdrive在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
]
}
}
}