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.
Authenticates Gmail and Google Calendar MCP servers via OAuth 2.0 when setup or reconnection is required.
/plugin marketplace add reggiechan74/cc-plugins/plugin install google-workspace-mcp@cc-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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