Skip to content
Cursor

Google Workspace MCP Server for Cursor

io.github.conorbronsdon/gws-mcp-server

67 curated MCP tools for Google Workspace: Gmail, Calendar, Drive, Sheets, Docs, Slides, Tasks.

client:Cursor transport:stdio runtime:npm

Install Google Workspace MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gws-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gws-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google Workspace MCP Server in other clients