Gmail Drive MCP
Provides tools to access and manage Gmail data, including counting emails by label, listing recent emails, and searching emails.
Provides tools to access and manage Google Drive files, including counting files, listing recent files, searching files by name, and checking storage quota.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gmail Drive MCPhow many unread emails are in my inbox?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
β‘ Quick Start Guide - Gmail & Drive MCP
π― Goal
Access your Gmail and Google Drive data through a beautiful Streamlit interface.
Related MCP server: Google Workspace MCP
π¦ Step 1: Install (2 minutes)
# Install dependencies
pip install -r requirements.txtπ Step 2: Get Google Credentials (5 minutes)
A. Create Project
Click "New Project" β Name:
gmail-drive-mcpβ Create
B. Enable APIs
Go to "APIs & Services" β "Library"
Search and Enable:
Gmail API
Google Drive API
C. Create OAuth Credentials
"APIs & Services" β "Credentials"
"Create Credentials" β "OAuth client ID"
First time? Click "Configure Consent Screen":
User Type: External
App name:
Gmail Drive MCPAdd your email twice (support + developer)
Scopes: Add these URLs:
https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/drive.readonlyTest users: Add your Gmail
Save
Now "Create Credentials" β "OAuth client ID":
Type: Desktop app
Name:
Gmail Drive DesktopDownload JSON
Rename downloaded file to
credentials.jsonPut it in your project folder
π Step 3: First Run & Authentication (2 minutes)
# This will open browser for authentication
python gmail_drive_rest.pyWhat happens:
β Browser opens automatically
β Sign in with your Google account
β Click "Allow"
β
token.jsoncreated (your access token)β Server starts on port 8000
Keep this terminal running!
π¨ Step 4: Open Streamlit UI (1 minute)
New terminal:
streamlit run gmail_drive_ui.pyAccess: http://localhost:8501
π You're Done!
What you can do now:
π Dashboard Tab:
See inbox count
See spam count
See total Drive files
View storage usage
Recent emails & files
π§ Gmail Manager Tab:
Count emails by label
List recent emails
Search emails (e.g.,
from:boss@company.com)
π Drive Manager Tab:
Count all files
List recent files
Search files by name
Check storage quota
π§ Troubleshooting
"credentials.json not found"
β Download it from Google Cloud Console, rename it, put it in project folder
"Access blocked"
β Make sure you enabled both Gmail API and Drive API
Browser doesn't open
β Copy the URL from terminal and paste in browser
"Invalid grant"
β Delete token.json and run again to re-authenticate
Connection error in Streamlit
β Make sure gmail_drive_rest.py is still running in another terminal
π File Structure
your-project/
βββ credentials.json β Download from Google
βββ token.json β Auto-generated after auth
βββ requirements.txt
βββ gmail_drive_mcp.py β MCP Server (for Claude)
βββ gmail_drive_rest.py β REST API (run this!)
βββ gmail_drive_ui.py β Streamlit UI (run this!)
βββ .gitignoreπ Next Steps
Use with Claude Desktop:
Run MCP server:
python gmail_drive_mcp.pyAdd to Claude config (
~/Library/Application Support/Claude/claude_desktop_config.json):{ "mcpServers": { "gmail-drive": { "command": "python", "args": ["/full/path/to/gmail_drive_mcp.py"] } } }Restart Claude Desktop
Ask Claude:
"How many emails do I have?"
"Search my emails for messages from John"
"How many files are in my Drive?"
β‘ Quick Commands Reference
# Install
pip install -r requirements.txt
# Run REST API (Terminal 1)
python gmail_drive_rest.py
# Run Streamlit (Terminal 2)
streamlit run gmail_drive_ui.py
# Run MCP for Claude (Alternative)
python gmail_drive_mcp.pyπ Security Reminder
NEVER commit these files to Git:
β credentials.json
β token.json
They contain your private keys! Already added to .gitignore β
π― Summary
Terminal | Command | Purpose |
1 |
| REST API server |
2 |
| Web interface |
Access UI: http://localhost:8501
That's it! π
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to read unread emails and create drafts in Gmail via the Model Context Protocol. It leverages Google OAuth 2.0 for secure authentication and integrates with tools like Claude Desktop for natural language email management.Last updated2
- Alicense-qualityCmaintenanceEnables interaction with Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Chat, Slides, People) through natural language using Claude Desktop, Claude Code CLI, and other MCP clients.Last updated5143MIT
- Alicense-qualityFmaintenanceEnables reading, sending, searching, and managing Gmail through Claude using the official Google Gmail API.Last updated2083MIT
- Alicense-qualityDmaintenanceEnables AI-powered inbox management with natural language commands through Claude Desktop. Supports sending, reading, searching, organizing emails, and managing labels using Gmail API with automatic authentication.Last updated8MIT
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflowβ¦
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gvbigdata/mcp_gmail_gdrive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server