Gmail MCP - Instalación Automática y Segura
@FranciscoYuster
About Gmail MCP - Instalación Automática y Segura
Acceso de asistentes de IA a Gmail mediante el Model Context Protocol (MCP)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gmail-client-mcp-server": {
"command": "python",
"args": [
"setup.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gmail MCP - Instalación Automática y Segura?
Gmail MCP - Instalación Automática y Segura is an MCP (Model Context Protocol) server that gives AI assistants like Claude or ChatGPT secure, automated access to your Gmail account. It handles OAuth credential setup and installation for Windows, macOS, and Linux.
How to use Gmail MCP - Instalación Automática y Segura?
Obtain a Gmail API OAuth client secret from Google Cloud Console (with redirect URI http://localhost:8080/), save it to your Downloads folder, then run the platform‑specific installer: python setup.py (Windows) or python3 setupUnix.py (macOS/Linux). For manual setup, clone the repo, create a virtual environment with uv, install dependencies, place the credentials file in a credentials/ directory, and add the MCP configuration to your client’s JSON.
Key features of Gmail MCP - Instalación Automática y Segura
- Automatic detection and placement of OAuth credentials
- One‑command installer for Windows, macOS, and Linux
- OAuth 2.0 authentication with Google Gmail API
- No credentials are uploaded or shared
- Requires Python 3.11 or higher
- Compatible with any MCP‑enabled AI assistant
Use cases of Gmail MCP - Instalación Automática y Segura
- Let an AI assistant read and search your Gmail inbox
- Enable AI to compose and send emails on your behalf
- Automate email management tasks (labels, threads, drafts)
- Integrate Gmail into multi‑tool AI workflows
FAQ from Gmail MCP - Instalación Automática y Segura
What is the Model Context Protocol (MCP)?
MCP is an integration protocol developed by Anthropic that allows language models (like Claude or ChatGPT) to communicate with external tools (APIs, databases, web services) in a structured, real‑time manner.
What are the prerequisites to install this server?
You need Python 3.11 or newer, git, a Google Cloud Console project with the Gmail API enabled, and an active Gmail account.
How does the installer handle my Google credentials?
The installer automatically detects the client_secret_…json file you download to your Downloads folder, moves it to the correct location, and renames it appropriately. You do not need to place it manually.
Is my Gmail data safe with this server?
The installer never uploads or distributes your sensitive credentials. The README explicitly warns never to share your credential file and to revoke it if accidentally exposed.
Can I install this server without the automated script?
Yes. Manual steps are provided: clone the repository, use uv to create a virtual environment and install dependencies, place the credentials JSON in a credentials/ folder, and configure the MCP client with the appropriate uv command pointing to main.py.
More Communication MCP servers
slack-mcp-server
ubie-ossA Slack MCP server
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Comments