E
Email MCP
by @ketema
A dump protocol wrapper that allows ai agents to check email
Created 1/13/2026
Updated about 8 hours ago
README
Repository documentation and setup instructions
email-mcp
A dump protocol wrapper that allows ai agents to check email
Quick Setup
Installation guide for this server
Install Package (if required)
uvx email-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"ketema-email-mcp": {
"command": "uvx",
"args": [
"email-mcp"
]
}
}
}