LocalSMTP
БесплатноНе проверенProvides a dummy SMTP server for catching emails during development, with MCP tools to list, retrieve, and manage received messages.
Описание
Provides a dummy SMTP server for catching emails during development, with MCP tools to list, retrieve, and manage received messages.
README
localSMTP
Local dummy SMTP server for development. It accepts messages and writes the
original bytes to .eml files.
SMTP server
uv run localsmtp --host 127.0.0.1 --port 25 --out ./mail
The legacy entry point also works:
uv run python .\main.py --host 127.0.0.1 --port 25 --out ./mail
MCP server
The MCP entry point starts both the MCP stdio server and an SMTP listener. This lets coding agents start the mail catcher only when they need it.
uv run localsmtp-mcp --smtp-host 127.0.0.1 --smtp-port 25
By default, the MCP server stores received mail in a temporary directory. Pass
--out when you want to keep messages in a specific location.
After publishing the package, use it from an MCP client with uvx:
{
"mcpServers": {
"localsmtp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fclef819/localSMTP-mcp.git",
"localsmtp-mcp",
"--smtp-host",
"127.0.0.1",
"--smtp-port",
"25"
]
}
}
}
MCP tools
list_messages(limit = 50, newest_first = true)get_message(id, include_raw = false)clear_messages()get_server_status()
Установка LocalSMTP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/fclef819/localSMTP-mcpFAQ
LocalSMTP MCP бесплатный?
Да, LocalSMTP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для LocalSMTP?
Нет, LocalSMTP работает без API-ключей и переменных окружения.
LocalSMTP — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить LocalSMTP в Claude Desktop, Claude Code или Cursor?
Открой LocalSMTP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare LocalSMTP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
