Skip to main content
Glama

Google-Workspace-MCP-Server

MIT License
15
config.py521 B
import os SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) TOKEN_PATH = os.path.join(SCRIPT_DIR, "token.json") CLIENT_SECRETS_PATH = os.path.join(SCRIPT_DIR, "desktop_client_secrets.json") # --- IMPORTANT --- After updating this, you MUST delete your old token.json and re-run get_credentials.py SCOPES = [ 'https://www.googleapis.com/auth/gmail.readonly', 'https://www.googleapis.com/auth/gmail.send', 'https://www.googleapis.com/auth/calendar.events', 'https://www.googleapis.com/auth/drive', ]

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/giuseppe-coco/Google-Workspace-MCP-Server'

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