Cursor
Click Add to Cursor, or paste into .cursor/mcp.json and restart.
{
"mcpServers": {
"roll": {
"command": "npx",
"args": ["-y", "@rollapp.pro/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.
Run this once, then add it to Cursor or Claude Code. Capture still works if you skip MCP.
npx -y @rollapp.pro/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.
Click Add to Cursor, or paste into .cursor/mcp.json and restart.
{
"mcpServers": {
"roll": {
"command": "npx",
"args": ["-y", "@rollapp.pro/mcp"]
}
}
}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.