Skip to content
Grok

outbox for Grok

io.github.fieldcure/outbox

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

client:Grok transport:stdio runtime:nuget

Install outbox in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

outbox in other clients