Skip to content
Cursor

outbox for Cursor

io.github.fieldcure/outbox

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

client:Cursor transport:stdio runtime:nuget

Install outbox in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

outbox in other clients