by MCP Community
Google Suite MCP Server for Cursor and other MCP clients
v1.0.0Added Apr 12, 2026
mcpgooglechatsheetsdrive
Google MCP Server
Google Suite MCP Server for Cursor and other MCP clients
Installation
npx -y google-mcp-server
Reviews
Installation
Quick install
npx -y google-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"google": {
"command": "npx",
"args": ["-y", "google-mcp-server"]
}
}
}