★ 1 stars
TypeScript
🔒 Security
Updated today
Multi-surface email platform: MCP server (19 tools), Discord bot, and web dashboard. AI drafts, semantic search, inbox triage, and team collaboration for Gmail/Outlook.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"intent-mail": {
"command": "npx",
"args": [
"-y",
"intent-solutions-io/intent-mail"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add intent-mail npx -y intent-solutions-io/intent-mail
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"intent-mail": {
"command": "npx",
"args": [
"-y",
"intent-solutions-io/intent-mail"
]
}
}
}
📋 Copy
README Excerpt
Multi-surface email platform with MCP server, Discord bot, and web dashboard. AI-powered email management with team collaboration features. A complete email management platform: - **MCP Server**: 19 tools for programmatic email access - **Discord Bot**: Slash commands for inbox management - **Web Dashboard**: React/PWA for browser-based access
Tools (20)
deltaToken health_check mail_apply_label mail_apply_rule mail_auth_complete mail_auth_start mail_create_rule mail_delete_rule mail_get_attachment mail_get_audit_log mail_get_thread mail_list_accounts mail_list_attachments mail_list_labels mail_list_rules mail_rollback mail_search mail_send mail_sync mail_sync_stats
Topics
ai automation discord-bot email gmail mcp oauth productivity pwa react semantic-search team-collaboration typescript