Plopino.

Let your AI publish it

Get a public link for a page, document or folder. Choose the terminal if your assistant can run commands; use MCP if it connects through tools.

Copy one instruction to your agent

Paste this into an agent that can run commands on your computer. It will install the CLI and configure the command for you.

Install the Plopino CLI locally for my current user: check that Node.js 18 or newer is available, download https://plopino.com/plopino-mcp.mjs into a persistent user-owned tools directory outside my projects, create a plopino launcher appropriate for my operating system and shell, add its directory to my user PATH if needed, then verify plopino --help in a new shell and tell me how to use plopino publish and plopino login.

Publish from your terminal

Requires Node.js 18 or newer. Download the CLI once, then publish a file or folder. Replace the path with the content you want to share.

curl -fsSL https://plopino.com/plopino-mcp.mjs -o plopino.mjs
node ./plopino.mjs publish ./index.html

Publish a whole site with node ./plopino.mjs publish ./dist. Add --json for scripts and agents. The command prints the published URL. Keep the downloaded CLI outside the folder you publish.

Connect through MCP

For Claude Code, add the local server once, then ask your assistant to publish your file or folder:

claude mcp add plopino -- npx -y plopino

For clients supporting remote MCP, use this URL. Your assistant sends the content; the remote server cannot read files on your computer.

https://plopino.com/mcp

Keep your uploads and update the same link

Anonymous uploads are public, kept for 30 days and subject to daily limits. The CLI remembers your anonymous uploads on this computer.

node ./plopino.mjs login

Sign in with your email and password to claim earlier CLI uploads and save future uploads to your account. Your password is hidden and never saved. Need an account? Register first, then return to the terminal and run login. Browser login alone does not connect your CLI session.

Use node ./plopino.mjs whoami to check your login, or node ./plopino.mjs logout to sign out. For automation or accounts using Google/GitHub login, create a token in My Boards and set PLOPINO_TOKEN before publishing. MCP also uses this token; it does not share the CLI cookie jar.

node ./plopino.mjs publish ./dist --update https://plopino.com/b/YOUR_BOARD_ID/

Updating replaces the board's contents while keeping its URL. Publish your output folder: CLI directory uploads skip .git, .env*, node_modules, .ssh, .aws and symbolic links. Other files are included.