{"library":"mcp-mail-server","title":"MCP Mail Server","description":"An MCP (Model Context Protocol) server enabling AI assistants like Claude and Cursor to perform email operations via IMAP and SMTP. Current stable version is 1.2.1, maintained on GitHub with regular updates. Key differentiators: environment-based secure configuration, natural language commands for email tasks, automatic connection management, multi-mailbox support, attachment handling, and TLS/SSL compatibility. Designed for integration with AI agents that use the MCP protocol.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install mcp-mail-server"],"cli":null},"imports":["import { MailServer } from 'mcp-mail-server'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g mcp-mail-server\n# Then add to claude_desktop_config.json:\n{\n  \"mcpServers\": {\n    \"mcp-mail-server\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-mail-server\"],\n      \"env\": {\n        \"IMAP_HOST\": \"imap.example.com\",\n        \"IMAP_PORT\": \"993\",\n        \"IMAP_SECURE\": \"true\",\n        \"SMTP_HOST\": \"smtp.example.com\",\n        \"SMTP_PORT\": \"465\",\n        \"SMTP_SECURE\": \"true\",\n        \"EMAIL_USER\": \"user@example.com\",\n        \"EMAIL_PASS\": \"replace-with-password\"\n      }\n    }\n  }\n}","lang":"json","description":"Installs the MCP Mail Server globally and configures it as an MCP server for Claude Desktop with environment variables for IMAP and SMTP settings.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}