# jstedfast/MailKit | Model Context Protocol (MCP) Server > A cross-platform .NET library for IMAP, POP3, and SMTP. - **Stars**: ⭐ 6,776 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MailKit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MailKit" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MailKit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MailKit" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MailKit` - **Docker**: `docker run -i --rm mcp/MailKit`