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
- npx -y github:NotesQR/notesqr-share send ./file.pdf --once
- Share the printed https://notesqr.com/{room} URL (or run notesqr recv on the other side).
- MCP: notesqr-mcp tools notesqr_p2p_send / notesqr_p2p_recv. Prefer --once for agent sends when the host should exit after delivery.
Docs
Full agent-oriented docs: notesqr.com/docs and notesqr.com/llms.txt.
github.com/NotesQR/NotesQR · github.com/NotesQR/notesqr-share