io.github.AIWerk/mcp-server-imap MCP Server
io.github.AIWerk/mcp-server-imap
What is the io.github.AIWerk/mcp-server-imap MCP server?
Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.
How to install io.github.AIWerk/mcp-server-imap
Copy-paste configuration for popular MCP clients.
IMAP_HOSTrequiredIMAP server hostname (e.g. imap.gmail.com).
IMAP_USERrequiredIMAP account username / email address.
IMAP_PASSrequiredsecretIMAP account password or app-specific password.
SMTP_HOSTSMTP server hostname, required to send email.
SMTP_USERSMTP account username (defaults to IMAP_USER if unset).
SMTP_PASSsecretSMTP account password (defaults to IMAP_PASS if unset).
{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<YOUR_IMAP_HOST>",
"IMAP_USER": "<YOUR_IMAP_USER>",
"IMAP_PASS": "<YOUR_IMAP_PASS>",
"SMTP_HOST": "<YOUR_SMTP_HOST>",
"SMTP_USER": "<YOUR_SMTP_USER>",
"SMTP_PASS": "<YOUR_SMTP_PASS>"
}
}
}
}{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<YOUR_IMAP_HOST>",
"IMAP_USER": "<YOUR_IMAP_USER>",
"IMAP_PASS": "<YOUR_IMAP_PASS>",
"SMTP_HOST": "<YOUR_SMTP_HOST>",
"SMTP_USER": "<YOUR_SMTP_USER>",
"SMTP_PASS": "<YOUR_SMTP_PASS>"
}
}
}
}{
"mcpServers": {
"mcp-server-imap": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<YOUR_IMAP_HOST>",
"IMAP_USER": "<YOUR_IMAP_USER>",
"IMAP_PASS": "<YOUR_IMAP_PASS>",
"SMTP_HOST": "<YOUR_SMTP_HOST>",
"SMTP_USER": "<YOUR_SMTP_USER>",
"SMTP_PASS": "<YOUR_SMTP_PASS>"
}
}
}
}{
"servers": {
"mcp-server-imap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<YOUR_IMAP_HOST>",
"IMAP_USER": "<YOUR_IMAP_USER>",
"IMAP_PASS": "<YOUR_IMAP_PASS>",
"SMTP_HOST": "<YOUR_SMTP_HOST>",
"SMTP_USER": "<YOUR_SMTP_USER>",
"SMTP_PASS": "<YOUR_SMTP_PASS>"
}
}
}
}claude mcp add mcp-server-imap --env IMAP_HOST=<YOUR_IMAP_HOST> --env IMAP_USER=<YOUR_IMAP_USER> --env IMAP_PASS=<YOUR_IMAP_PASS> --env SMTP_HOST=<YOUR_SMTP_HOST> --env SMTP_USER=<YOUR_SMTP_USER> --env SMTP_PASS=<YOUR_SMTP_PASS> -- npx -y @aiwerk/mcp-server-imapRelated MCP servers
Cal.com scheduling MCP server: manage bookings, event types, and availability.
ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.
Wheel-Size.com fitment API: OEM and aftermarket wheel and tyre data for 100k+ vehicles (read-only).
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).