Skip to main content
Glama
luminarylane

gmail-mcp-server

by luminarylane

gmail-mcp-server

Servidor Gmail MCP independiente — solo para borradores. Lane nunca envía; la única herramienta crea un borrador de Gmail que el propietario revisa y envía por sí mismo.

Herramientas

gmail_draft_compose

Crea un borrador de Gmail.

Argument

Tipo

Required

Notas

accessToken

string

no

Usa como respaldo la variable de entorno GMAIL_ACCESS_TOKEN

to

string

no

Déjalo vacío si no se conoce; el propietario lo completa al revisar el borrador

subject

string

body

string

Texto plano

Devuelve { draftId, messageId, draftUrl }.

En este servidor no hay herramienta de envío, ni de lectura, ni de gestión de etiquetas/hilos: solo crea borradores.

Related MCP server: Gmail MCP Server

Instalación / Desarrollo

npm install
npm run dev      # run the server via tsx
npm run build    # compile to dist/
npm run check    # test + build

Autenticación

Requiere un token de acceso de OAuth 2.0 únicamente con el ámbito gmail.compose — nunca gmail.send. Configúralo mediante GMAIL_ACCESS_TOKEN o pasa accessToken en cada llamada. Consulta .env.example.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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