← Back to Plugins
MCP Server MCP

io.github.pzep1/mcp-meet

github By github 👁 1 views ▲ 0 votes

One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-meet",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth Client ID",
          "isRequired": true,
          "format": "string",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Google OAuth Redirect URI",
          "format": "string",
          "default": "http://localhost:5173/oauth2/callback",
          "name": "GOOGLE_REDIRECT_URI"
        },
        {
          "description": "Comma-separated list of calendar IDs to check for availability",
          "format": "string",
          "default": "primary",
          "name": "CALENDAR_IDS"
        },
        {
          "description": "Name of the Apple Calendar to create events in",
          "format": "string",
          "default": "Meetings",
          "name": "APPLE_CALENDAR_NAME"
        },
        {
          "description": "Timezone for calendar operations",
          "format": "string",
          "default": "Europe/London",
          "name": "TZ"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...