The Principal Dev โ€“ Masterclass for Tech Leads

The Principal Dev โ€“ Masterclass for Tech Leads28-29 May

Join

Papercut Logo
The Simple Desktop Email Receiver

Build and Release GitHub release Docker Pulls GitHub Sponsors

Papercut SMTP is a 2-in-1 quick email viewer and built-in SMTP server for development. Point your application at localhost:25 and every email it sends is caught, displayed instantly, and never delivered anywhere โ€” body, HTML, headers, attachments, and raw bits included.

Rich and Detailed View of Received Email

Install

Download the desktop installer (always the latest version):

Or via WinGet (may lag behind the latest release):

winget install ChangemakerStudios.Papercut-SMTP

Run it โ€” Papercut is immediately listening on 127.0.0.1:25. Configure your app to send there and you're done.

Docker

docker run -d -p 8080:8080 -p 2525:2525 changemakerstudiosus/papercut-smtp:latest

Web UI at http://localhost:8080, SMTP on localhost:2525. Details on Docker Hub.

MCP Server (AI Agents)

The Papercut Service includes an optional Model Context Protocol server, so AI agents like Claude Code can inspect the email your app sends โ€” list messages, assert on bodies and headers, verify attachment content, and clean up between test runs. Off by default; enable it with the EnableMcpServer setting, then connect:

claude mcp add --transport http papercut http://localhost:8080/mcp

See the MCP Server documentation for setup and the full tool reference.

Documentation

www.papercut-smtp.com โ€” full documentation:

Release History

See ReleaseNotes.md for the full release history.

Star History

Star History Chart

Support Papercut SMTP

Papercut SMTP is free and open source. If it saves you time, consider sponsoring the project โ€” sponsorships go directly toward project costs like the annual code-signing certificate that keeps the installer trusted by Windows.

License

Papercut SMTP is licensed under the Apache License, Version 2.0.

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.