Back to Home
yescay icon

EmailMCP

Verified Safe

by yescay

Overview

Allows LLMs to draft personalized emails using a local browser and Gmail by reading recipient data from an Excel file.

Installation

Run Command
python server.py

Security Notes

The code uses `webbrowser.open` which could be a risk if URLs were constructed unsafely, but `urllib.parse.urlencode` is used to properly encode parameters for the hardcoded `mail.google.com` base URL, mitigating URL injection risks. The `excel_path` argument takes an absolute path which, if provided by an LLM pointing to a malicious local file, could theoretically be an issue, but `pd.read_excel` expects a valid Excel file, and `os.path.exists` is a basic check. No direct `eval`, `exec`, or hardcoded secrets found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-19

Tags

Email AutomationGmailExcel ProcessingLLM ToolBrowser Interaction