CLI and MCP file sharing for scripts and AI agents

Same WebRTC rooms as notesqr.com: host with send, join with recv or the browser. Bytes never land as a hosted archive on NotesQR.

Automate a handoff from a server, CI job, or agent: print a room URL, keep the process online, let a human or another agent download.

How to do it

  1. npx -y github:NotesQR/notesqr-share send ./file.pdf --once
  2. Share the printed https://notesqr.com/{room} URL (or run notesqr recv on the other side).
  3. MCP: notesqr-mcp tools notesqr_p2p_send / notesqr_p2p_recv. Prefer --once for agent sends when the host should exit after delivery.

Docs & plugins

Full agent docs: notesqr.com/docs and notesqr.com/llms.txt. Installable plugin package: github.com/NotesQR/notesqr-share/tree/main/grok-plugin (Grok Build marketplace submission pending; Claude Code, Cursor, and Gemini CLI have separate catalogs - see Docs → Agent plugins).

github.com/NotesQR/NotesQR · github.com/NotesQR/notesqr-share

Related

CLI and MCP P2P file sharing for agents - NotesQR