mcpbeat Sign in

MarkuprPlus MCP Server

by hashfunction Your server? Claim it
local only

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

Records your screen and voice, returns one annotated screenshot and finding per mark.

Installs per day peak 162 · avg 7
a month agotoday
42
Installs / week
npm · markuprplus
65
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
  const filePath = path.join(SITE_DIR, relative);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/nightly.yml:90
      - name: Update version for nightly
        run: |
          npm version ${{ needs.check-changes.outputs.nightly-version }} --no-git-tag-version

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 markuprplus -- npx -y markuprplus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "markuprplus": {
      "args": [
        "-y",
        "markuprplus"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.markuprplus]
command = "npx"
args = ["-y", "markuprplus"]
.cursor/mcp.json
{
  "mcpServers": {
    "markuprplus": {
      "args": [
        "-y",
        "markuprplus"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "markuprplus": {
      "args": [
        "-y",
        "markuprplus"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MarkuprPlus

same job, measured the same way
Cobalt
by cobaltcapture

UX-review and product-feedback MCP: annotated screenshots and reviews your AI agent can act on.

11 tools answering
Bezelbub MCP
by cwooddgr

Frame screenshots and screen recordings in Apple device bezels (device mockups). macOS only.

306 installs/wk local only
D
Clack
by crabfish

Capture, read, mark up and edit screenshots and recordings in Clack for Mac. Needs the Clack app.

local only
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

131 installs/wk local only
Snag
by snag

Gives your coding agent the captured console, network, replay and screenshot evidence for a bug.

answering
SendFast
by sendfast

Agent-native marketing email: draft, edit, screenshot, and send from your verified domain.

answering
C
Appscreenshotstudio
by appscreenshotstudio

Generate App Store and Play Store screenshots from your coding agent, at exact store sizes.

366 installs/wk local only
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only

MarkuprPlus — questions

Answers built from our own checks of this server.

Why is there no uptime for MarkuprPlus?
MarkuprPlus 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 markuprplus was installed 42 times last week.
How do I connect MarkuprPlus?
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 markuprplus straight from npm; nothing to host, nothing to sign up for.
How many people use MarkuprPlus?
The npm package markuprplus was installed 42 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 MarkuprPlus open source?
Yes — it is published under the MIT licence, written in TypeScript and 65 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.