muammar-yacoob/GMail-Manager-MCP
by Various
Organize your GMail via MCP
MCP
muammar-yacoob/GMail-Manager-MCP
Added 1 June 2026
Overview
An MCP server that provides tools to manage Gmail, such as reading, sending, and organizing emails. It uses the Gmail API and exposes capabilities through the Model Context Protocol for integration with AI assistants.
Best for
Best for
Developers building AI-powered email assistants or automation workflows
Use cases
- Integrate Gmail management into AI chat interfaces
- Automate email categorization and labeling
- Read and send emails programmatically via MCP
How to use
Install
npm i -g @spark-apps/gmail-manager-mcp Tools exposed
Authenticate GmailSearch EmailsRead EmailCreate ReplyList LabelsCreate LabelApply LabelBatch Apply LabelsRemove LabelDelete LabelDelete EmailBatch Delete Emails
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "gmail-manager": {\n "command": "npx", "args": ["@spark-apps/gmail-manager-mcp@latest"],\n "env": { "GMAIL_OAUTH_PATH": "C:\\path\\to\\gcp-oauth.keys.json" }\n }\n }\n} Notes
An MCP server that provides tools to manage Gmail, such as reading, sending, and organizing emails. It uses the Gmail API and exposes capabilities through the Model Context Protocol for integration with AI assistants.
9 stars on GitHub. Last updated 2025-09-12. Licensed MIT.
Use cases
- Integrate Gmail management into AI chat interfaces
- Automate email categorization and labeling
- Read and send emails programmatically via MCP
Pros
- Simple MCP interface for email operations
- TypeScript implementation offers type safety
- Lightweight and easy to deploy
Cons
- Low adoption (9 stars) suggests limited community support
- Requires Gmail API credentials and OAuth setup
- May not support all Gmail features like filters or attachments
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple MCP interface for email operations
- TypeScript implementation offers type safety
- Lightweight and easy to deploy
Cons
- Low adoption (9 stars) suggests limited community support
- Requires Gmail API credentials and OAuth setup
- May not support all Gmail features like filters or attachments
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.