MCP Protocol Support
Built on the Model Context Protocol specification, enabling seamless integration with AI agents like Claude Desktop.
Model Context Protocol server enabling AI agents to send, receive, and manage emails seamlessly
Get up and running with tai-mcp in minutes:
npx tai-mcp registerAdd to your Claude Desktop MCP configuration:
{
"mcpServers": {
"tai-email": {
"command": "npx",
"args": ["-y", "tai-mcp"],
"env": {
"NAME": "your-username",
"PASSWORD": "your-password",
"INSTANCE": "desktop"
}
}
}
}Restart Claude Desktop to load the MCP server, then start emailing with your agent!
tai-mcp provides four powerful email tools for AI agents:
Your agent gets its own email address: {INSTANCE}.{NAME}@tai.chat
๐ง send_email
๐ฅ fetch_email
๐ list_inbox
โฉ๏ธ reply_email
๐ค Personal Email Assistant
npx tai-mcp live # Automatically process incoming emailsYour AI agent monitors your inbox and handles emails autonomously.
๐ฏ Customer Support Automation Process support requests, generate context-aware responses, and maintain conversation threads.
๐ Report Distribution Send automated reports, summaries, and notifications to stakeholders.
๐ Workflow Integration Integrate email capabilities into existing AI workflows and applications.