Loading MCP server directory, please wait...
MCP server for Google Calendar integration with service account support and domain-wide delegation.
npx @getmcp/cli add com.pulsemcp/google-calendarRequires Node.js 18+. Community-contributed server. Review source before installing.
GCAL_SERVICE_ACCOUNT_CLIENT_EMAILService account email address from Google Cloud Console.
GCAL_SERVICE_ACCOUNT_PRIVATE_KEYService account private key in PEM format from Google Cloud Console.
GCAL_IMPERSONATE_EMAILEmail address of the user whose calendar to access via domain-wide delegation.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/google-calendar": {
"command": "npx",
"args": [
"-y",
"-y",
"google-calendar-workspace-mcp-server"
],
"env": {
"GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL": "",
"GCAL_SERVICE_ACCOUNT_PRIVATE_KEY": "",
"GCAL_IMPERSONATE_EMAIL": "",
"ENABLED_TOOLGROUPS": ""
}
}
}
}