Skip to content
VS Code

outbox for VS Code

io.github.fieldcure/outbox

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

client:VS Code transport:stdio runtime:nuget

Install outbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "outbox": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.Outbox",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

outbox in other clients