FieldCure MCP Outbox Server
Rank #53,250io.github.fieldcure/outbox
Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.
FieldCure MCP Outbox Server is a Model Context Protocol (MCP) server published by fieldcure. It ranks #53,250 of 115,460 servers tracked on MCP Toplist. FieldCure MCP Outbox Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 17, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 62,210 of 115,460 servers on MCP Toplist.
Use FieldCure MCP Outbox Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add outbox -- dnx FieldCure.Mcp.Outbox[mcp_servers.outbox]
command = "dnx"
args = ["FieldCure.Mcp.Outbox"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"outbox": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fieldcure%2Foutbox)<a href="https://mcptoplist.com/server/io.github.fieldcure%2Foutbox"><img src="https://mcptoplist.com/badge/io.github.fieldcure%2Foutbox.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fieldcure
Other servers by fieldcure
- fieldcure-mcp-essentials#53,248 · 1 ver
- FieldCure MCP Filesystem Server#53,249 · 1 ver
- FieldCure PublicData.Kr#53,251 · 1 ver
- FieldCure MCP RAG Server#53,252 · 1 ver
- AssistStudio Runner#54,852 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2.1.3 | May 25, 2026 |
Frequently asked questions
- Who maintains FieldCure MCP Outbox Server?
- FieldCure MCP Outbox Server is maintained by fieldcure, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is FieldCure MCP Outbox Server listed on the Official MCP Registry?
- Yes — FieldCure MCP Outbox Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does FieldCure MCP Outbox Server have?
- MCP Toplist tracks 1 version of FieldCure MCP Outbox Server, most recently published on May 25, 2026.
- Where can I find the source code for FieldCure MCP Outbox Server?
- The source code for FieldCure MCP Outbox Server is hosted at github.com/fieldcure/fieldcure-mcp-outbox.