IMAP
Browse and manage emails from any IMAP server.
Imap mcp server
A simple imap mcp server for browsing your emails. It is build using fastmcp .
Config
{
"mcpServers": {
"imap-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/imap-mcp",
"run",
"server.py"
],
"env": {
"IMAP_USER": "USER",
"IMAP_PASSWORD": "PASSWORD",
"IMAP_SERVER": "server dns or ip",
}
}
}
}
Related Servers
Gmail AutoAuth MCP Server
An MCP server for integrating Gmail with auto-authentication support.
Pushinator MCP
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
MCP Telegram
Control Telegram using LLMs through the Model Context Protocol (MCP).
MCP-Pushover Bridge
Enables AI assistants to send push notifications via the Pushover service.
Desktop Notification
Send cross-platform desktop notifications from AI assistants.
Google Meet MCP Server
An MCP server for interacting with Google Meet through the Google Calendar API.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Reddit MCP Server
Interact with the Reddit API to fetch saved posts, search, get comments, and reply.
MCP Interactive
Enables communication between an LLM and a user through an interactive Electron interface.
Slack Webhook
Post messages to Slack channels using incoming webhooks or bot tokens.