What is the io.github.fieldcure/outbox MCP server?
Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.
How to install io.github.fieldcure/outbox
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"outbox": {
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"outbox": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.Mcp.Outbox"
]
}
}
}Claude Code
claude mcp add outbox -- dnx FieldCure.Mcp.OutboxRelated MCP servers
Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.
View repository →Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.
View repository →Secure MCP server for sandboxed filesystem operations with document parsing support.
View repository →Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.
View repository →MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.
View repository →