← Back to Plugins
MCP Server MCP

io.github.n24q02m/better-workspace-mcp

github By github 👁 1 views ▲ 0 votes

Google Workspace MCP for Docs, Drive, Calendar, Gmail, Sheets, Slides, Tasks, Chat, People, Forms

Homepage Verified source GitHub

Install

npx -y @n24q02m/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@n24q02m/better-workspace-mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth 2.0 Desktop client ID from Google Cloud Console (APIs & Services > Credentials)",
          "isRequired": true,
          "name": "GOOGLE_OAUTH_CLIENT_ID"
        },
        {
          "description": "OAuth 2.0 Desktop client secret (paired with the client ID above)",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_OAUTH_CLIENT_SECRET"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/better-workspace-mcp:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth 2.0 Desktop client ID from Google Cloud Console (APIs & Services > Credentials)",
          "isRequired": true,
          "name": "GOOGLE_OAUTH_CLIENT_ID"
        },
        {
          "description": "OAuth 2.0 Desktop client secret (paired with the client ID above)",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_OAUTH_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...