npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

yaps-cursor-runtime

v0.3.0

Published

Shared local MCP runtime for the twelve focused Yaps Cursor plugins

Readme

Yaps plugins for Claude Code

Local-first voice, transcription, media, translation, and memory tools for Claude Code, powered by the Yaps desktop app.

Everything runs on your computer. Your audio, video, notes, and documents are processed by the Yaps engine installed on your machine, not uploaded to a cloud service by these plugins.

Install

For Cursor, choose from twelve focused plugins, including Auto Cut, background removal, transcription, and Memory. Each has one skill and one named MCP server. They share a maintained runtime and existing Yaps models. The earlier combined Yaps listing remains available during the transition. Grok Bot distribution and local execution have not been validated.

Add the marketplace once:

claude plugin marketplace add richawo/yaps-plugins

Then install any plugin:

claude plugin install yaps-memory@yaps

Or browse everything interactively with /plugin.

The plugins

| Plugin | What it does | | :--- | :--- | | yaps-memory | Persistent private memory for Claude, stored as local Markdown you own. | | yaps-dictation | Voice-type into Claude Code and other desktop apps through Yaps. | | yaps-transcription | Transcribe audio and video files into clean text. | | yaps-meeting-transcription | Transcribe meetings and interviews with timed speaker labels. | | yaps-srt-generator | Generate timestamped SRT subtitles from video or audio. | | yaps-auto-captions | Add editable, styled social-video captions and export a burned-in MP4. | | yaps-audio-cleaner | Remove background noise, hiss, and static from speech recordings. | | yaps-background-removal | Remove image backgrounds and export transparent PNGs. | | yaps-text-to-speech | Turn text into spoken audio, narration, or voice-over files. | | yaps-translation | Translate text, Markdown, and SRT files locally, without metered API tokens. | | yaps-video-to-audio | Convert videos to MP3, WAV, or M4A audio files. |

Install any of them the same way, for example:

claude plugin install yaps-transcription@yaps
claude plugin install yaps-auto-captions@yaps

Requirements

  • The Yaps desktop app installed on macOS or Windows (Linux via the official deb/rpm package). Yaps 2.3.124 or newer is required for credential-free account checks.
  • Claude Code. No separate CLI install, no PATH edits, and no API keys: each plugin discovers the CLI bundled inside your installed Yaps app and verifies it with a bounded, read-only status check before use.
  • A Yaps free trial or Yaps Pro for the gated features. The plugins detect your account state automatically and explain exactly what to do if something is missing.

How it works

Each plugin ships a skill that teaches Claude when and how to run the corresponding Yaps workflow through the locally installed Yaps CLI. File access follows Claude Code's normal permission model: reading your input files and writing results is governed by the same approvals as any other tool use.

yaps-memory additionally ships an MCP server that connects Claude to your private local Markdown vault. It starts read-only; vault writes are opt-in under Yaps → Settings → Agent Access.

Privacy

Processing happens on your device through the Yaps app. See the Yaps privacy policy and terms.

Support

Cursor

The twelve Cursor repositories are generated from cursor/standalone-plugins.json. They use the shared runtime in cursor/yaps/, which stays aligned with mcpb/yaps/server. See submission status, installation details, and validation. Cursor Directory submissions are separate from the official Cursor marketplace.

License

MIT. See LICENSE.