From google-workspace-mcp
Authenticate Gmail and Google Calendar MCP servers. Use after first install, after codespace rebuild, or when MCP authentication fails. Runs OAuth flow for both Gmail and Calendar services.
npx claudepluginhub reggiechan74/cc-plugins --plugin google-workspace-mcpThis skill uses the workspace's default tool permissions.
Authenticate the Gmail and Google Calendar MCP servers via OAuth 2.0.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Authenticate the Gmail and Google Calendar MCP servers via OAuth 2.0.
~/.gmail-mcp/gcp-oauth.keys.json~/.calendar-mcp/gcp-oauth.keys.jsonVerify OAuth keys exist:
ls ~/.gmail-mcp/gcp-oauth.keys.json ~/.calendar-mcp/gcp-oauth.keys.json
Create config directories if missing:
mkdir -p ~/.gmail-mcp ~/.calendar-mcp
Authenticate Gmail server (opens browser for OAuth consent):
node ${CLAUDE_PLUGIN_ROOT}/servers/gmail/index.js auth
Authenticate Calendar server:
node ${CLAUDE_PLUGIN_ROOT}/servers/calendar/index.js auth
Verify credentials were created:
ls ~/.gmail-mcp/credentials.json ~/.calendar-mcp/credentials.json
Test connectivity by running /mcp to reconnect both servers.
Report success/failure to user.
lsof -ti:3000 | xargs kill -9 then retry