mcpbeat Sign in

Plopino MCP Server

local only

Plopino runs on your own machine — the client starts it, so there is no endpoint to ping. 1 570 installs a week from npm. Last commit 16 Sep 2026.

Publish pages, documents, or folders to a link; documents render as pages; updates keep the URL.

1 570
Installs / week
npm · plopino
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Plopino every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add plopino-mcp -- npx -y plopino
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "plopino-mcp": {
      "args": [
        "-y",
        "plopino"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.plopino-mcp]
command = "npx"
args = ["-y", "plopino"]
.cursor/mcp.json
{
  "mcpServers": {
    "plopino-mcp": {
      "args": [
        "-y",
        "plopino"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "plopino-mcp": {
      "args": [
        "-y",
        "plopino"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Plopino

same job, measured the same way
Carve
by markup-carve

Parse, lint, format, render, and migrate Carve documents through MCP.

91 installs/wk local only
boxpdf-html
by earonesty

Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.

99 installs/wk local only
Unmarkdown
by unmarkdown

The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.

37 installs/wk answering
Intenttext MCP
by intenttext

Parse, validate, query, and render IntentText (.it) documents for AI agents

47 installs/wk local only
Sendpage
by sendpageapp

Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export.

7 tools answering
Committee Releases
by pipeworx-io

Committee Releases — documents congressional committees publish on their OWN

39 tools answering
dokumendiregister.ee — Estonian public-authority documents
by nimistu

Estonian public-authority document registers: one search across all, docs linked to companies.

6 tools answering
Groupdocs Annotation MCP
by groupdocs-annotation

MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.

local only

Plopino — questions

Answers built from our own checks of this server.

Why is there no uptime for Plopino?
Plopino runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package plopino was installed 1 570 times last week.
How do I connect Plopino?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls plopino straight from npm; nothing to host, nothing to sign up for.
How many people use Plopino?
The npm package plopino was installed 1 570 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Plopino open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.