Back to Home
horison-ai icon

gmail-mcp

Verified Safe

by horison-ai

Overview

Provides programmatic access and control over Gmail functionality via a Multi-Connector Protocol (MCP) server, enabling agents to manage emails.

Installation

Run Command
python server.py

Environment Variables

  • CONNECTIVITY_SERVICE_URL
  • INTERNAL_API_KEY
  • GOOGLE_OAUTH_CLIENT_ID
  • GOOGLE_OAUTH_CLIENT_SECRET

Security Notes

The server appears to follow good security practices for credential handling, sourcing sensitive information (Google OAuth client details, connectivity service URL/API key) from environment variables. Credentials are fetched from a separate 'connectivity service' using a shared cache, preventing hardcoded secrets. No 'eval' or similarly dangerous patterns are observed. The security relies heavily on the proper configuration and security of the 'connectivity service' it depends on.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-22

Tags

GmailEmailCommunicationMCPIntegration