npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-magic-inbox

v12.0.0

Published

Magic Inbox P2P - Revolutionary workflow teleportation system for n8n

Readme

📬 Magic Inbox P2P for n8n — ✨ Instantly Teleport Workflows

Magic Inbox is the simplest, most powerful way to TELEPORT your workflows, messages, or files between any two n8n instances — instantly, securely, and with no central server.

All you need:

  • A Magic Inbox receiver ("Inbox" node, webhook trigger)
  • A Magic Inbox sender ("Send" node, transformer)
  • A trusted peer’s webhook URL — and the magic happens!

✨ Teleport Your Automation

  • 🚀 Click, Send, Teleport: Send a workflow or any file to another n8n, anywhere in the world, with a single node.
  • 🪄 No cloud, no barriers: Pure peer-to-peer transfer. Your workflow arrives instantly and privately on the recipient's machine, ready-to-use and auto-imported if you wish.
  • 🔁 Collaborate with your team: Share, delegate, or migrate automations on demand, without manual copy-paste or API scripting.

🔹 Features

  • 📤 Teleport workflows, files, and secure messages P2P between n8n servers
  • 📬 Receive and auto-import (optional) any incoming workflow — no extra steps!
  • ⚡️ Works across docker, cloud, self-hosted — anywhere n8n runs
  • 🔐 Whitelist option: restrict trusted senders
  • 🔄 Simple vs Advanced: auto-import for speed, raw mode for power users

🛠️ Installation

npm: npm install n8n-nodes-magic-inbox

text

Docker volume: cd /var/lib/docker/volumes/n8n_data/_data/nodes/ npm install n8n-nodes-magic-inbox docker restart

text


🚦 Usage: Teleport in 3 Steps

  1. Create a workflow on n8n-A with your favorite nodes
  2. Add Magic Inbox Send.
    • Set "Destination Magic Inbox URL" to your teammate’s or other n8n’s Inbox node webhook.
    • Choose content type: Workflow + Message for teleportation.
  3. On n8n-B:
    • Add and enable a Magic Inbox node (receiver) in any workflow.
    • When you hit “Send” on n8n-A, your workflow is instantly delivered/teleported!

Auto-import enabled? The workflow appears, active, in the recipient’s n8n — like magic 🪄


⚙️ Main Parameters

  • Destination Magic Inbox URL:
    Where to teleport your automation (recipient's webhook).
  • Workflow JSON:
    Paste the full export from n8n’s workflow page (no manual API!).
  • Auto Import:
    If enabled, new workflows are instantly usable by the recipient.
  • Whitelist:
    Allow only trusted emails/IDs as senders.

📝 Example — Teleport a Workflow

On n8n-A:

  • Export your workflow as JSON (from the workflow menu)
  • Use Magic Inbox Send with destination URL from n8n-B’s Inbox node
  • Attach the exported JSON and an optional message

On n8n-B:

  • Magic Inbox node receives, parses, and (optionally) auto-imports the workflow into your library

No code, no copy-paste, no cloud — just teleport!


🐞 Bug Report / Contribute


📜 License

MIT © Charles Magic Dev


Magic Inbox — THE easiest way to instantly teleport automations between any n8n instances.