nexus

santoshakil/nexus
★ 7 stars Rust Communication Updated 3mo ago ✓ Clean
MCP server that gives AI agents access to Telegram, Gmail, WhatsApp, Slack, and Discord. Pure Rust, 48 tools, single binary.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nexus"
      ]
    }
  }
}