gmail-mcp-server
gmail-mcp-server
Автономный Gmail MCP Server — только черновики. Lane никогда не отправляет: единственный инструмент создаёт черновик Gmail, который владелец просматривает и отправляет самостоятельно.
Инструменты
gmail_draft_compose
Создаёт черновик Gmail.
Аргумент | Тип | Обязателен | Примечание |
| string | нет | Если аргумент не задан, используется переменная окружения |
| string | нет | Оставьте пустым, если адрес неизвестен — владелец заполнит его при проверке черновика |
| string | да | |
| string | да | Простой текст |
Возвращает { draftId, messageId, draftUrl }.
В этом сервере нет инструментов отправки или чтения и нет управления метками и цепочками писем — он только создаёт черновики.
Related MCP server: Gmail MCP Server
Установка / Разработка
npm install
npm run dev # run the server via tsx
npm run build # compile to dist/
npm run check # test + buildАутентификация
Требуется токен доступа OAuth 2.0 с областью (scope) gmail.compose — всегда и только с ней, никогда не с gmail.send. Задайте его через переменную окружения GMAIL_ACCESS_TOKEN или передавайте accessToken при каждом вызове. См. .env.example.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with Gmail through the Gmail API, allowing users to list, read, search emails, create and send drafts, and get email summaries through natural language commands with OAuth2 authentication.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Gmail accounts through natural language for tasks like sending, reading, searching, and organizing emails. It supports advanced features including draft management, label operations, and batch actions via secure OAuth 2.0 authentication.MIT
- AlicenseCqualityDmaintenanceEnables AI agents to create Gmail drafts safely using the Gmail API, without sending emails.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to create Gmail drafts and append content to Google Docs, supporting automated review analysis and notification workflows.1,226MIT
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz…
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
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/luminarylane/gmail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server