mcpbeat Sign in

Outbox MCP Server

local only

Outbox runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 25 May 2026.

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

Installs / week
not published
0
Stars
0 open issues
25 May 2026
Last commit
from GitHub
MIT
License
C#

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            Process.Start(new ProcessStartInfo
Sends data to a third-party sink src/FieldCure.Mcp.Outbox/Setup/DiscordSetup.cs:12
        "https://discord.com/api/webhooks/",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Outbox

same job, measured the same way
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
Chamade
by chamade

Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP

155 installs/wk answering
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

122 installs/wk local only
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

1 683 installs/wk local only
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
MCP Zenvia
by codespar

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

27 installs/wk local only
Tgatlas
by starnikovoleg

Public Telegram channels for agents: profiles, posting cadence, and similar-channel discovery.

local only
SendSeven Messaging
by sendseven

Unified messaging MCP server: WhatsApp, Instagram, Telegram, SMS, Messenger & email support inbox

answering

Outbox — questions

Answers built from our own checks of this server.

Why is there no uptime for Outbox?
Outbox runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Outbox open source?
Yes — it is published under the MIT licence, written in C# and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.