Skip to content

Google

Free

by MCP Community

Google Suite MCP Server for Cursor and other MCP clients

v1.0.0Added Apr 12, 2026
mcpgooglechatsheetsdrive
Works with:ClaudeGPTGeminiCopilot

Google MCP Server

Google Suite MCP Server for Cursor and other MCP clients

Installation

npx -y google-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y google-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google": {
      "command": "npx",
      "args": ["-y", "google-mcp-server"]
    }
  }
}