MCP

Roll MCP is a local stdio server (@rollapp.pro/mcp). It reads recordings on this computer. There is no cloud OAuth MCP and no personal access token to mint here.

Install the local server

Run this once, then add it to Cursor or Claude Code. Capture still works if you skip MCP.

npx -y @rollapp.pro/mcp

Agents local MCP

Roll cannot see whether Cursor or Claude is connected. After you add the server, check Cursor Settings → MCP: it should list roll as running. Claude Code lists it with claude mcp list.

Connect your editor

Cursor

Click Add to Cursor, or paste into .cursor/mcp.json and restart.

Add to Cursor
{
  "mcpServers": {
    "roll": {
      "command": "npx",
      "args": ["-y", "@rollapp.pro/mcp"]
    }
  }
}

Claude Code

Run this in a terminal, then ask Claude for the latest Roll.

claude mcp add roll -- npx -y @rollapp.pro/mcp

Full walkthrough in the MCP docs.