π¦
emailmcp
AI agent email β send, read, search, and manage email. 51 MCP tools, hosted or self-deployed.
0 installs
Trust: 34 β Low
Comms
Ask AI about emailmcp
Powered by Claude Β· Grounded in docs
I know everything about emailmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Email Agent MCP Server
An MCP server that allows LLMs to draft emails using your local browser and Gmail.
Features
- Draft Emails: Reads an Excel file (
Name,Email) and opens Gmail compose tabs with pre-filled content.
Installation
Prerequisites
- Python 3.10+
pip
Local Setup
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt - Run the server (for testing):
python server.py
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"email-agent": {
"command": "python",
"args": ["/absolute/path/to/email_agent/server.py"]
}
}
}
Make sure to replace /absolute/path/to/email_agent/server.py with the actual path.
Publishing to Smithery
- Push this code to a public GitHub repository.
- Register the repository on Smithery.io.
