★ 1 stars
TypeScript
💬 Communication
Updated today
Self-hosted remote MCP server that lets an AI (Claude, etc.) read, search and send email through multiple IMAP/SMTP accounts
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"imap-mcp": {
"command": "npx",
"args": [
"-y",
"cldt-fr/imap-mcp"
]
}
}
}
Run in terminal:
claude mcp add imap-mcp npx -y cldt-fr/imap-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"imap-mcp": {
"command": "npx",
"args": [
"-y",
"cldt-fr/imap-mcp"
]
}
}
}
Topics
claudeclaudecodeemailimapmailsmcpsmtp