mcp-server-google-workspace
Verified Safeby iskifogl
Overview
Integrates Google Workspace services (Gmail, Calendar) into a Model Context Protocol (MCP) compatible environment, enabling AI agents to interact with user data.
Installation
npx -y mcp-server-google-workspaceEnvironment Variables
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GOOGLE_REFRESH_TOKEN
Security Notes
The server correctly leverages environment variables for sensitive Google OAuth credentials (client ID, client secret, refresh token), promoting secure secret management by the host application. It uses official Google APIs and the Model Context Protocol SDK, which are well-vetted. No 'eval' or other inherently dangerous functions are found. Automatic token refresh is handled securely by the underlying Google API client. The server itself communicates over standard I/O (stdio), not exposing direct network interfaces for external requests. Security relies heavily on the host application's secure handling and injection of credentials.
Similar Servers
Google-Workspace-MCP
Seamlessly integrates Google Drive, Sheets, and Docs with Claude AI and other AI agents through the Model Context Protocol (MCP) for automation.
stateful-auth-for-mcp-servers
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.
gcal-mcp-server
Provides intelligent Google Calendar integration, event management, and scheduling capabilities through a standardized Model Context Protocol (MCP) interface for AI assistants.
gcal-mcp
Serves as a Model Context Protocol (MCP) server for Google Calendar to query upcoming, date-specific, and searchable events.