← Back to Plugins
MCP Server MCP

Google Workspace MCP Server

github By github 👁 1 views ▲ 0 votes

Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gws-mcp-server",
      "version": "0.4.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Comma-separated list of Google services to expose (drive,sheets,calendar,docs,gmail,tasks). Defaults to all.",
          "default": "drive,sheets,calendar,docs,gmail,tasks",
          "type": "named",
          "name": "--services"
        },
        {
          "description": "Path to the gws binary if not on PATH.",
          "type": "named",
          "name": "--gws-path"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...