Earth Class Mail MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Earth Class Mail MCPshow me my unread mail"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Earth Class Mail MCP
Access your Earth Class Mail virtual mailbox from Claude.
Quick Install
Claude Desktop: Download earthclassmail.dxt and double-click to install.
Claude Code:
claude mcp add earthclassmail -e EARTHCLASSMAIL_API_KEY=your-key -- npx -y @usiegj00/earthclassmail-mcpGet your API key from Earth Class Mail: Settings → Integrations → Generate Key
Related MCP server: Gmail MCP
What You Can Do
List inboxes and see unread mail counts
View mail pieces with envelope images and sender info
Get scanned content (PDFs) for opened mail
Request actions: scan, shred, ship, archive, trash
Manage recipients on your mailbox
Tools
Tool | Description |
| Get your account info |
| List all your mailboxes |
| List mail in an inbox |
| Get details + scanned content for a piece |
| List names on a mailbox |
| Scan, shred, ship, archive, etc. |
| Get scanned PDF/image content |
Manual Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"earthclassmail": {
"command": "npx",
"args": ["-y", "@usiegj00/earthclassmail-mcp"],
"env": {
"EARTHCLASSMAIL_API_KEY": "your-api-key-here"
}
}
}
}Claude Code
claude mcp add earthclassmail -e EARTHCLASSMAIL_API_KEY=your-key -- npx -y @usiegj00/earthclassmail-mcpOr add to ~/.claude/settings.json:
{
"mcpServers": {
"earthclassmail": {
"command": "npx",
"args": ["-y", "@usiegj00/earthclassmail-mcp"],
"env": {
"EARTHCLASSMAIL_API_KEY": "your-api-key-here"
}
}
}
}Getting Your API Key
Log in to Earth Class Mail
Go to Settings (gear icon)
Click Integrations tab
Under "Custom API integration", click Generate Key
Copy the key (a UUID like
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Example Usage
"Show me my unread mail"
"What mail did I receive this week from the IRS?"
"Request a scan of piece 12345678"
"Shred all the junk mail in my inbox"
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/usiegj00/earthclassmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server