niiro

MCP server

niiro-mcp exposes the CLI and the portal to your coding agent.

Available to the agent

It is a thin wrapper around the same commands, plus read access to the portal: video status, which videos a change affects, and creating a video request. There is no second code path, MCP calls the CLI logic as a library.

  • niiro_init
  • niiro_push
  • niiro_status
  • niiro_affected_videos
  • niiro_request_video

Add it to your agent's MCP configuration:

.mcp.json
{  "mcpServers": {    "niiro": {      "command": "npx",      "args": ["-y", "niiro-mcp"],      "env": { "NIIRO_TOKEN": "..." }    }  }}