Gmail MCP Server
Servidor MCP de Gmail
Un potente servidor de Protocolo de Contexto de Modelo (MCP) que proporciona una integración integral de Gmail con capacidades de procesamiento LLM.
Características
Gestión de correo electrónico
Leer y buscar correos electrónicos
Procesar contenido de correo electrónico con varios formatos
Filtrado avanzado de correo electrónico
Manejo de archivos adjuntos
Related MCP server: Gmail MCP Server
Demostración en Dive Desktop

Instalación
Instalación manual
npm install -g @cablate/mcp-gmailUso
CLI
map-gmailCon Dive Desktop
Haga clic en "+ Agregar servidor MCP" en Dive Desktop
Copie y pegue esta configuración:
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": ["-y", "@cablate/mcp-gmail"],
"env": {
"GMAIL_CLIENT_ID": "your_client_id",
"GMAIL_CLIENT_SECRET": "your_client_secret",
"GMAIL_REFRESH_TOKEN": "your_refresh_token"
},
"enabled": true
}
}
}Haga clic en "Guardar" para instalar el servidor MCP
Configuración de autenticación de la API de Gmail
Para obtener instrucciones detalladas sobre cómo configurar la autenticación de la API de Gmail y obtener las credenciales necesarias, consulta nuestra Guía de configuración de la API de Gmail .
Licencia
Instituto Tecnológico de Massachusetts (MIT)
Contribuyendo
¡Agradecemos la participación y las contribuciones de la comunidad! Aquí te presentamos algunas maneras de contribuir:
⭐️ Marca el proyecto con una estrella si te resulta útil
🐛 Enviar problemas: Informar problemas o proporcionar sugerencias
🔧 Crear solicitudes de extracción: enviar mejoras de código
Contacto
Si tiene alguna pregunta o sugerencia, no dude en comunicarse con nosotros:
📧 Correo electrónico: reahtuoo310109@gmail.com
📧 GitHub: CabLate
🤝 Colaboración: Bienvenido a discutir la cooperación en el proyecto.
📚 Orientación técnica: Agradecemos sinceramente sus sugerencias y orientación.
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
- AlicenseAqualityDmaintenanceEnables reading Gmail emails through the Model Context Protocol, supporting listing, searching, and retrieving email details with OAuth 2.0 authentication.419MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to Gmail functionality through the Model Context Protocol, allowing LLMs like Claude to interact with your email.2
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Gmail through natural language, including search, read, send, label, and draft operations via the Model Context Protocol.
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to send, read, search, and manage Gmail emails, drafts, and labels via the Model Context Protocol.5MIT
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…
AI email inbox and sending tools with attachments, search, live events, and webhooks.
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/cablate/mcp-google-gmail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server