claw-factory/email-triage-mcp
Agentic email triage for Claude Code — classify, extract tasks, auto-label, and manage your inbox with AI
Platform-specific configuration:
{
"mcpServers": {
"email-triage-mcp": {
"command": "npx",
"args": [
"-y",
"email-triage-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](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.
Run with npx (no install needed):
npx -y truss-email-triage-mcpAdd to your claude_desktop_config.json or .claude/settings.json:
{
"mcpServers": {
"email-triage": {
"command": "npx",
"args": ["-y", "truss-email-triage-mcp"]
}
}
}Add to your Cursor MCP settings:
{
"mcpServers": {
"email-triage": {
"command": "npx",
"args": ["-y", "truss-email-triage-mcp"]
}
}
}---
npm install -g @truss-dev/email-triage-mcpAdd 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"
}
}
}
}Loading reviews...