Odel
PowerScroll

PowerScroll

Local
@cynaconsHTMLMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpowerscroll-mcpv0.67.1

Run

npx -y powerscroll-mcp

MCP client config

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