google-calendar
About
MCP server for Google Calendar integration with service account support and domain-wide delegation.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL GCAL_SERVICE_ACCOUNT_PRIVATE_KEY GCAL_IMPERSONATE_EMAIL ENABLED_TOOLGROUPSClaude Code
claude mcp add --env GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL= --env GCAL_SERVICE_ACCOUNT_PRIVATE_KEY= --env GCAL_IMPERSONATE_EMAIL= --env ENABLED_TOOLGROUPS= google-calendar -- npx google-calendar-workspace-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"google-calendar","command":"npx","args":["google-calendar-workspace-mcp-server"],"env":{"GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL":"","GCAL_SERVICE_ACCOUNT_PRIVATE_KEY":"","GCAL_IMPERSONATE_EMAIL":"","ENABLED_TOOLGROUPS":""}}'
JSON
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"google-calendar-workspace-mcp-server"
],
"env": {
"GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL": "",
"GCAL_SERVICE_ACCOUNT_PRIVATE_KEY": "",
"GCAL_IMPERSONATE_EMAIL": "",
"ENABLED_TOOLGROUPS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.