🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

yarr-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarr-mcp

Node launcher for the yarr MCP and CLI binary.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
125
-38.73%
Maintainers
1
Weekly downloads
 
Created
Source

yarr-mcp

Node launcher for the yarr MCP and CLI binary.

yarr-mcp is the npm package name because the shorter yarr package name is already occupied. The installed command is still yarr, and the GitHub repository remains jmagar/yarr.

npx -y yarr-mcp mcp

Install globally when you want the command on PATH:

npm i -g yarr-mcp
yarr --version
yarr mcp

The package downloads the matching GitHub Release binary during postinstall. The npm package version and the yarr release tag are expected to match. Release automation publishes this package from the repository v* tag workflow; the GitHub repository must have an NPM_TOKEN secret with publish access.

The package name is yarr-mcp because the shorter yarr npm name is already occupied by an unrelated package. The installed command is still yarr.

30-second path

export YARR_SERVICES=sonarr
export YARR_SONARR_URL=http://127.0.0.1:8989
export YARR_SONARR_API_KEY=...
npx -y yarr-mcp sonarr status
npx -y yarr-mcp mcp

Overrides

YARR_BINARY_VERSION=v1.1.0 npm i -g yarr-mcp
YARR_RELEASE_BASE_URL=https://github.com/jmagar/yarr/releases/download npm i -g yarr-mcp
YARR_SKIP_DOWNLOAD=1 npm i -g yarr-mcp

Supported binary targets are Linux x64 and Windows x64, matching the current GitHub Release assets.

Keywords

mcp

FAQs

Package last updated on 12 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts