Skip to main content
Glama

Google Calendar and Meet MCP Server

by INSIDE-HAIR
refresh-token.sh•1.47 kB
#!/bin/bash # Google Meet MCP Server - Token Refresh Script # This script automates the token renewal process echo "šŸ”„ Google Meet MCP Server - Token Refresh" echo "==========================================" # Check if credentials file exists if [ ! -f "credentials.json" ]; then echo "āŒ Error: credentials.json not found in current directory" echo "šŸ’” Make sure you're running this script from the project root directory" exit 1 fi # Set credentials path CREDENTIALS_PATH="$(pwd)/credentials.json" echo "šŸ“ Using credentials: $CREDENTIALS_PATH" # Run setup (now automatically removes old tokens) echo "" echo "šŸ” Starting OAuth authentication..." echo "šŸ“ Setup will automatically remove expired tokens and create a new one" echo "šŸ“ Follow the instructions to complete authentication in your browser" echo "" G_OAUTH_CREDENTIALS="$CREDENTIALS_PATH" npm run setup # Check if token was created successfully if [ -f "credentials.token.json" ]; then echo "" echo "āœ… Token refresh completed successfully!" echo "šŸ”„ Please restart Claude Desktop (Cmd+Q and reopen) to use the new token" echo "" echo "šŸ“Š Next steps:" echo " 1. Close Claude Desktop completely (Cmd+Q)" echo " 2. Open Claude Desktop again" echo " 3. Test Google Meet MCP Server functionality" else echo "" echo "āŒ Token refresh failed!" echo "šŸ’” Please check the authentication process and try again" exit 1 fi

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/INSIDE-HAIR/mcp-google-calendar-and-meet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server