my-mcps
Verified Safeby dshanklin-bv
Overview
Provides natural language control over Google Workspace services like Gmail, Calendar, Drive, and Docs through AI assistants.
Installation
uvx workspace-mcp --tool-tier coreEnvironment Variables
- GOOGLE_OAUTH_CLIENT_ID
- GOOGLE_OAUTH_CLIENT_SECRET
- OAUTHLIB_INSECURE_TRANSPORT
Security Notes
Secrets (Google OAuth Client ID/Secret) are handled via environment variables and `.env` files, which are `.gitignore`d, following good security practices. The `OAUTHLIB_INSECURE_TRANSPORT=1` environment variable is explicitly mentioned for local development and marked as 'Development only,' which is a known flag for OAuth libraries to facilitate local testing but poses a risk if mistakenly used in a production environment. The system relies on secure communication with Google APIs.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.
gmail-mcp
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.