Let your AI agent do the PDF work

Claude and other AI agents can call Orihako's tools and recipes through MCP. The files stay on your computer; the AI only asks for the work.

  1. Download the agent: Unzip it into a folder you keep, for example your user folder. It holds one script, the PDF engine and a font.
  2. Install Node.js: The agent runs on Node.js 20 or later. Download the LTS version from the official site and install it with the default settings.
  3. Connect your AI app: Choose your app and copy the setting. Replace the folder with the place you unzipped the agent to.

What to ask

Free and Pro with an agent

Asking for one tool on one file is free. Several steps, several files at once, conditions and name rules need a Pro key, activated once on the computer (the agent tells you how).

Tools the agent can use

Safety

Questions and answers

What is MCP?

The Model Context Protocol: an open standard that lets AI apps call tools on your computer. Claude Desktop, Claude Code, Cursor and many others support it.

Does the AI see my files?

The agent works on the files locally and tells the AI only what happened: names, page counts, sizes and notes. The AI app may read files you attach to the chat itself; Orihako does not send them.

Does it need the internet?

Processing does not. Activating a Pro key and its daily check do, as in the browser.

Can I schedule it without an AI?

Yes. Run the command line from a scheduled task, for example: node orihako.mjs recipe run send.orihako in/*.pdf -o out --yes

All tools