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.
Latest Blog Posts
- 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