MCP server to use for accessing IMAP and SMTP. Can for example be used with Claude Code and Claude App.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-email": {
"command": "npx",
"args": [
"-y",
"thegreystone/mcp-email"
]
}
}
}
Run in terminal:
claude mcp add mcp-email npx -y thegreystone/mcp-email
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-email": {
"command": "npx",
"args": [
"-y",
"thegreystone/mcp-email"
]
}
}
}