# JHJ-email-mcp

AI-powered email assistant MCP server. Features: send emails, manage SMTP accounts, auto-classify emails with AI, smart auto-reply, contact management, email search and analysis. Supports multiple AI…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jhongjun1981/emailassistant-mcp

# Browse available tools
npx -y smithery tool list jhongjun1981/emailassistant-mcp

# Get full schema for a tool
npx -y smithery tool get jhongjun1981/emailassistant-mcp smart_email

# Call a tool
npx -y smithery tool call jhongjun1981/emailassistant-mcp smart_email '{}'
```

## Direct MCP Connection

Endpoint: `https://emailassistant-mcp--jhongjun1981.run.tools`

**Required config:**
- `token` (header) — Bearer Token for authentication

## Tools (4)

- `smart_email` — Send email using natural language. Example: 'Send a meeting notice to test@qq.com'
- `parse_email_intent` — Parse email intent from natural language without sending
- `send_email` — Send email with explicit parameters
- `email_chat` — Chat with email assistant

```bash
# Get full input/output schema for a tool
npx -y smithery tool get jhongjun1981/emailassistant-mcp <tool-name>
```
