MCP.so
登录

Gmail MCP - Instalación Automática y Segura

@FranciscoYuster

关于 Gmail MCP - Instalación Automática y Segura

Acceso de asistentes de IA a Gmail mediante el Model Context Protocol (MCP)

基本信息

分类

沟通协作

许可证

MIT license

运行时

python

传输方式

stdio

发布者

FranciscoYuster

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "gmail-client-mcp-server": {
      "command": "python",
      "args": [
        "setup.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

沟通协作 分类下的更多 MCP 服务器