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",
}
}
}
}
관련 서버
WhatsApp (TypeScript/Baileys)
Connects a personal WhatsApp account to an AI agent using the WhatsApp Web multi-device API.
WasenderAPI MCP
Connect WasenderAPI to AI agents and automation tools using the Model Context Protocol. This remote MCP server exposes WhatsApp session management, messaging, contacts, and groups as callable tools for MCP-compatible platforms
Fastmail MCP Server
Integrate your Fastmail account with AI assistants using the Model Context Protocol.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.
MCP ChatGPT Proxy
A production-ready MCP server for ChatGPT and o3-pro, featuring caching, cost tracking, and rate limiting.
Email Processing
An email processing server that uses MongoDB for semantic search and SQLite for efficient storage and retrieval.
MCP Telegram Server
An MCP server for interacting with Telegram. It allows searching, sending messages, and managing chats using the Telegram API.
OSMP (Octid Semantic Mesh Protocol)
Agentic AI instruction encoding. 60%+ compression over JSON. Inference-free decode. Any channel.
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.
mcp-gmail
MCP server for full Gmail operations via Unipile API. 9 tools: send, reply, list, read, delete, search, labels, attachments, drafts. Dry-run by default, 55 unit tests. MIT licensed.