gmail-fast-mcp
Provides tools for email operations (send, read, search, draft, modify, trash, batch operations), label management (list, create, update, delete, get-or-create), filter management (create, list, get, delete, create from template), and attachment handling (download) via the Gmail API.
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-fast-mcpSend an email to john@example.com about the project update"
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.
gmail-fast-mcp
Gmail MCP server built with FastMCP. Provides 19 tools for email operations, label management, filter management, and attachment handling via the Gmail API.
Setup
1. Google OAuth Credentials
Place your Google Cloud OAuth client credentials at ~/.gmail-mcp/gcp-oauth.keys.json (or in the project directory — they'll be copied automatically).
2. Authenticate
uv run python -m gmail_fast_mcp authThis opens a browser for the OAuth flow and saves tokens to ~/.gmail-mcp/credentials.json.
For cloud environments with a custom callback URL:
uv run python -m gmail_fast_mcp auth https://your-domain.com/oauth2callback3. Run the Server
uv run python -m gmail_fast_mcpMCP Client Configuration
{
"mcpServers": {
"gmail": {
"command": "uv",
"args": ["run", "--directory", "/path/to/gmail-fast-mcp", "python", "-m", "gmail_fast_mcp"]
}
}
}Related MCP server: Gmail MCP Server
Tools
Tool | Description |
| Send an email (text/html/multipart, attachments, threading) |
| Create an email draft |
| Retrieve email content and attachment metadata |
| Search using Gmail query syntax |
| Add/remove labels on a message |
| Move a message to trash |
| Modify labels on multiple messages |
| Trash multiple messages |
| List all Gmail labels |
| Create a new label |
| Update label name/visibility |
| Delete a user label |
| Find existing label or create it |
| Create a filter with custom criteria/actions |
| List all filters |
| Get filter details |
| Delete a filter |
| Create a filter from a preset template |
| Download an attachment to disk |
Gmail API Scopes
gmail.modify— Read, send, modify emails and labelsgmail.settings.basic— Manage filters and settings
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
- Alicense-qualityDmaintenanceMCP server that integrates with Gmail to enable sending, reading, and managing emails through tools like send-email, trash-email, get-unread-emails, and read-email.Last updated73GPL 3.0
- Alicense-qualityDmaintenanceA comprehensive MCP server providing 24 tools for full Gmail management, including email operations, label organization, and batch filtering. It features multi-account support and secure OAuth authentication for interacting with mailboxes via natural language.Last updated417MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server for Gmail, providing 17 tools to read, send, search, and manage emails with OAuth2 authentication, including attachment handling and privacy features.Last updated202MIT
- Alicense-qualityDmaintenanceAn MCP server that provides Gmail access for LLMs, enabling email composition, sending, searching, and label management via the Gmail API.Last updatedMIT
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz…
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
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/jeffmm/gmail-fast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server