Back to Browse

PowerScroll MCP Server

Developer ToolsLow Risk9.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read and edit a live local-first PowerScroll visual notebook.

About

Read and edit a live local-first PowerScroll visual notebook.

Security Report

9.2
Low Risk9.2Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 1 known CVE in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

network_websocket

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-cynacons-powerscroll": {
      "args": [
        "-y",
        "powerscroll-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

PowerScroll

A local-first visual notebook in one editable HTML file—with an MCP bridge for AI agents.

Try PowerScroll · Download PowerScroll.html · Agent setup · Report a problem

PowerScroll visual notebook showing structured pages, independent scrolls, markdown and an editable architecture diagram

PowerScroll combines the hierarchy of OneNote, the freeform canvas of a whiteboard, and editable diagrams in a notebook you completely own. No account, server, proprietary database, or cloud connection is required.

Start in under a minute

  1. Open the live demo or download PowerScroll.html.
  2. Add text, images, drawings, shapes, pages, and independent vertical scrolls.
  3. Press Ctrl+S. The application and your notebook data are saved together in one HTML file.
  4. Open that file in a browser whenever you want to continue.

The hosted demo does not upload notebook content. Download or save your notebook to keep it; your browser file is the source of truth.

Why PowerScroll is different

One file is the product and the data

Every notebook contains the complete editor, structured workspace, drawings, images, and optional extensions. It opens offline and remains editable. Sharing the file shares a working copy rather than an export that needs PowerScroll installed elsewhere.

Visual without losing structure

Sections and pages provide notebook hierarchy. Inside each page, named scrolls create independent vertical workstreams on an infinite canvas. Markdown, math, images, ink, shapes, PlantUML, Mermaid, SVG, and draw.io content can live beside one another.

Humans and agents share the same canvas

The local MCP bridge lets an agent read pages, add and move blocks, manage scrolls, insert images, create native editable diagrams, and save the notebook. Agent edits use the same in-memory stores, undo history, and save path as human edits—there is no shadow database to reconcile.

PowerScroll agent bridge and editable native diagram workflow

Let an agent work in your notebook

The bridge is off by default and listens only on your machine. Run the published package directly from npm:

npx -y powerscroll-mcp

Then open a notebook and enable Settings → Agent bridge → Let a local agent write into this notebook. See the complete tool and client setup guide.

The executable is published as powerscroll-mcp and its discovery metadata is active in the official MCP Registry. The latest GitHub release also carries a package tarball as a fallback, but npm is the canonical install source.

Selected capabilities

  • Infinite canvas with pan, zoom, touch, lasso, alignment guides, and undo/redo
  • Markdown, tables, checkboxes, links, syntax blocks, and KaTeX mathematics
  • Images with paste/import, crop, rotate, lightbox, notes, and compact mode
  • Freehand pen and erasers; styled rectangles, circles, triangles, arrows, lines, and arcs
  • Sections, pages, named resizable scrolls, outline, search, and replace
  • Native editable diagrams from PlantUML, Mermaid, SVG, and draw.io
  • Direct disk save and autosave in Chrome/Edge, with browser download fallback
  • In-app updates that preserve notebook content and installed extensions
  • Local multi-agent MCP bridge with a single-writer lease and unblocked reads

Privacy and security

Normal editing does not require a PowerScroll server or account. Update checks and optional extension installation contact GitHub; the local agent bridge makes a loopback WebSocket connection only after the user enables it.

A notebook is executable HTML. Open notebooks only from people you trust, just as you would any executable document. See SECURITY.md for the threat model and private vulnerability-reporting instructions.

Migrating a PowerNote notebook

PowerScroll opens existing PowerNote notebooks directly. Legacy embedded ids, internal links, storage, and bridge protocol identifiers remain supported.

For a notebook too old to update itself:

  1. Open the latest PowerScroll.html.
  2. Use the Open button to select the old notebook.
  3. Press Ctrl+S to write the current PowerScroll editor back with its content.

Development

npm install
npm install --prefix powernote-mcp
npm run dev
npm run build:template
npx playwright test
npm run test:bridge

PowerScroll is built with React, TypeScript, Vite, Konva, and Zustand. Behavioral requirements and their test traceability live in docs/. Contribution expectations are in CONTRIBUTING.md. Maintainers should use the release runbook and update the deployment ledger after publishing.

License

MIT © 2026 Constantin Chabirand

Reviews

No reviews yet

Be the first to review this server!