loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

email-triage-mcp

MCP Tool

claw-factory/email-triage-mcp

Agentic email triage for Claude Code — classify, extract tasks, auto-label, and manage your inbox with AI

Install

$ npx loaditout add claw-factory/email-triage-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "email-triage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "email-triage-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@truss-dev/email-triage-mcp

[](https://www.npmjs.com/package/truss-email-triage-mcp) [](https://opensource.org/licenses/MIT)

Agentic email triage for Claude Code. Classify, extract tasks, auto-label, and manage your inbox — all from your AI agent.

This MCP server connects to Gmail and gives Claude Code (or any MCP-compatible agent) the ability to read, classify, search, and act on your email. No external AI APIs needed — classification runs locally using rule-based pattern matching. Your agent provides the intelligence; this server provides the data.

Quick Start

Run with npx (no install needed):

npx -y truss-email-triage-mcp
Claude Desktop / Claude Code

Add to your claude_desktop_config.json or .claude/settings.json:

{
  "mcpServers": {
    "email-triage": {
      "command": "npx",
      "args": ["-y", "truss-email-triage-mcp"]
    }
  }
}
Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "email-triage": {
      "command": "npx",
      "args": ["-y", "truss-email-triage-mcp"]
    }
  }
}

---

Installation
npm install -g @truss-dev/email-triage-mcp
Claude Code Configuration

Add to your ~/.claude/settings.json or claude_desktop_config.json:

{
  "mcpServers": {
    "email-triage": {
      "command": "truss-email-triage",
      "env": {
        "GMAIL_CLIENT_ID": "your-client-id",
        "GMAIL_CLIENT_SECRET": "your-client-secret",
        "TRUSS_LICENSE_KEY": "truss_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}
Gmail Setup
1. Create OAuth Credentials
  1. Go to Google Cloud Console
  2. Create a new project (or select existing)
  3. Enable the Gmail API under APIs & Services > Library
  4. Go to APIs & Services > Credentials > Create Credentials > OAut

Tags

aiai-agentautomationclaudecursoremailgmailinboxmcpmcp-servermodel-context-protocolproductivity

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/claw-factory/email-triage-mcp)](https://loaditout.ai/skills/claw-factory/email-triage-mcp)