Back to Home
jonathangetonapod icon

gmail-reply-tracker-mcp

Verified Safe

by jonathangetonapod

Overview

Manages and automates personal productivity across Gmail, Google Calendar, and Fathom AI using natural language via Claude Desktop.

Installation

Run Command
python src/server.py

Environment Variables

  • GMAIL_CREDENTIALS_PATH
  • GMAIL_TOKEN_PATH
  • GMAIL_OAUTH_SCOPES
  • MCP_SERVER_NAME
  • LOG_LEVEL
  • GMAIL_API_MAX_REQUESTS_PER_MINUTE
  • FATHOM_API_KEY

Security Notes

The server demonstrates good security practices by loading sensitive API keys and paths from environment variables (`.env` file) which are gitignored. OAuth tokens (`token.json`) are saved locally with restricted file permissions (0o600). Email sending and replying tools require explicit `confirm=True` to prevent accidental actions. There is no use of `eval` or code obfuscation. Network risks are limited to legitimate API calls to Google and Fathom. A minor friction point arises from Claude Desktop's client-side configuration requiring hardcoded absolute paths and `FATHOM_API_KEY` directly in its JSON config, which is outside the server's control but noted for user awareness.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-14

Tags

GmailGoogle CalendarFathom AIProductivityAutomationGoogle API