Skip to content
Cursor

PowerScroll for Cursor

io.github.cynacons/powerscroll

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

client:Cursor transport:stdio runtime:npm

Install PowerScroll in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PowerScroll in other clients