M
MCP Imap
作者 @meschbach
An MCP adapter for IMAP connectors
创建于 1/5/2026
更新于 3 days ago
README
Repository documentation and setup instructions
mcp-imap
A simple no-thrills IMAP adapter to MCP.
Get Started
You may either use the container ghcr.io/meschbach/mcp-imap:latest (recommended) or download a copy of the binary from the releases page.
Following environment variables are required:
MCP_USERNAME- Your user inbox, for examplemeschbachMCP_PASSWORD- See below for Gmail, otherwise your password.MCP_SERVER-imap.gmail.com
Using your Google Account
Gmail will require you to use an app password to access your account via IMAP. Setup one at https://myaccount.google.com/apppasswords.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/meschbach/mcp-imap
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"meschbach-mcp-imap": {
"command": "git",
"args": [
"clone",
"https://github.com/meschbach/mcp-imap"
]
}
}
}