Codibly Gmail MCP Server
Enterprise MCP server by Codibly for comprehensive Gmail management - send emails, manage labels, search messages, and automate email workflows with AI assistance
🚀 Quick Setup with Authentication Helper
Connect Gmail to AI assistants with OAuth or Service Account authentication. Our built-in helper makes it easy to get your refresh token for personal Gmail or configure Google Workspace accounts.
Use Authentication Helper →🔌 Test MCP Server Connection
Test your connection to the MCP wrapper server using your x-api-key. This validates that your MCP server credentials are configured correctly.
📧 Test Full Gmail Connection
Test both your MCP server connection AND your Gmail credentials. This ensures your complete setup is working correctly.
📡 API Endpoint & Required Headers
Required HTTP Headers:
🛠️ Available Tools
Configuration
// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) // Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "gmail": { "command": "npx", "args": [ "-y", "@gongrzhe/server-gmail-autoauth-mcp" ], "env": { "GMAIL_OAUTH_PATH": "/path/to/your/oauth.json", "GMAIL_CREDENTIALS_PATH": "/path/to/your/credentials.json" } } } }
Features
Complete Gmail management for AI assistants with multiple authentication methods
Email Management
Send, read, search, and organize emails with full Gmail API capabilities.
Label Operations
Create, update, delete, and manage Gmail labels for email organization.
Multi-Auth Support
OAuth for personal accounts and Service Accounts for Google Workspace.
Workspace Ready
Domain-wide delegation support for Google Workspace administrators.
Advanced Search
Powerful Gmail search queries with filters and date ranges.
Attachments
Handle email attachments for both sending and receiving messages.
📋 Recent Updates from GitHub
- Feature: Added Stage 2 validation for Gmail credentials
- Feature: Implemented AWS MCP standards landing page design
- Enhancement: Added proper error handling for invalid credentials
- Feature: Multi-authentication support (OAuth + Service Account)
- Feature: Built-in authentication helper at /auth
- Enhancement: Support for Google Workspace domain delegation