Emailassistant

by jhongjun1981

278 downloads
Not rated
GitHub

About

Emailassistant is a smart email assistant that allows users to send emails using natural language. It integrates with email systems and provides both GUI, API, and MCP Server interfaces.

Details

Author
jhongjun1981
Downloads
278
Categories
Other, AI

- Send emails with a single sentence of natural language
- Automatically parse recipient, subject, and body
- Parse email intent and return structured results
- Direct email sending capability
- Chat with the email assistant for interactive use

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Emailassistant
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "emailassistant": {
            "email-assistant": {
                "command": "python",
                "args": [
                    "run_mcp.py"
                ],
                "cwd": "EmailAssistant"
            }
        }
    }
}

McpServers

{
    "email-assistant": {
        "command": "python",
        "args": [
            "run_mcp.py"
        ],
        "cwd": "EmailAssistant"
    }
}
用自然语言发邮件的智能助手。 功能: - smart_email: 一句话发邮件,自动解析收件人、标题、正文 - parse_email_intent: 解析邮件意图,返回结构化结果 - send_email: 直接发送邮件 - email_chat: 与邮件助手聊天 支持 GUI、API、MCP Server 三种使用方式。
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.