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-pluginsThen install any plugin:
claude plugin install yaps-memory@yapsOr 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@yapsRequirements
- 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
PATHedits, 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
- Website: yaps.ai
- Email: [email protected]
- Issues: github.com/richawo/yaps-plugins/issues
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.
