> tmppr tmppr Cloud

Start reviewing in one command.

tmppr runs straight from your terminal โ€” no install step required. Run it with npx, add it to Claude Code as an MCP server, or install the binary globally. Everything runs on Node 22+.

Zero install

Run it with npx

Fetches and runs the latest tmppr. Nothing to install first.

npx @tmppr/cli

Prefer a global binary? Install it once:

npm install -g @tmppr/cli
brew install tmppr

Zero install ยท MCP

Add it to Claude Code

Registers tmppr as an MCP server โ€” every command becomes a tool.

claude mcp add -s user tmppr -- npx -y @tmppr/cli --mcp

Or drop this into your .mcp.json:

{
  "mcpServers": {
    "tmppr": { "command": "npx", "args": ["-y", "@tmppr/cli", "--mcp"] }
  }
}
Every command above runs on Node 22+. The interactive terminal UI (tmppr tui) additionally requires Bun.

Or download the desktop app

Prefer a native app with a bundled web UI and auto-updates? Grab the installer for your platform โ€” it starts the local server and can install the CLI from the app menu.

Current release channel: tmppr 0.1.13.

1
Open tmppr.

The desktop app starts the local server and installs the CLI from the app menu.

2
Connect a repo.

Run tmppr init from a project and push a branch to open a local pull request.

3
Connect Cloud when needed.

After checkout, the thank-you page shows a one-time tmppr cloud login --token <token> command. Then run tmppr cloud status.