Access your Google Calendar, Gmail, and Drive from any MCP-compatible AI client. Draft emails, search files, check your schedule. Set up once, works everywhere.
Paste the snippet into your client's config file. OAuth sign-in handles the rest.
{
"mcpServers": {
"google": {
"command": "npx",
"args": ["mcp-remote", "https://gmcp.internal.allocate.co/mcp"]
}
}
}claude mcp add google https://gmcp.internal.allocate.co/mcp{
"mcpServers": {
"gmcp": {
"url": "https://gmcp.internal.allocate.co/mcp"
}
}
}{
"servers": {
"gmcp": {
"type": "http",
"url": "https://gmcp.internal.allocate.co/mcp"
}
}
}[mcp_servers.google]
url = "https://gmcp.internal.allocate.co/mcp"1. Open Settings → Apps & Connectors
2. Click Create
3. Paste the connector URL below
https://gmcp.internal.allocate.co/mcpCopy the config snippet above into your AI client's settings.
A browser window opens for Google sign-in. Only minimal scopes are requested.
Your AI client can now read calendar events, search emails, draft messages, and browse Drive files.
Access your schedule, inbox, drafts, and files.
Only the narrowest Google scopes are requested. Read-only for Calendar and Drive, compose-only for Gmail drafts.
Proof Key for Code Exchange prevents interception attacks. No client secrets stored on your device.
Google refresh tokens are encrypted at rest with AES-256-GCM before being stored in the database.
Access tokens expire after one hour. Compromised tokens have a limited window of exposure.