One local Yaps plugin with 12 skills: dictation, transcription, meeting notes, read-aloud, Memory, Auto Cut, background removal, audio cleaning, auto captions, SRT subtitles, translation, and video-to-audio. Requires Yaps desktop and Node.js 20+. Memory uses Yaps Agent Access permissions.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"--yes",
"--package",
"https://codeload.github.com/richawo/yaps-plugins/tar.gz/7eb507e766da9cd72f1e3e2c1c4299612bded5cf",
"yaps-plugin-media"
],
"env": {
"YAPS_PLUGIN_ID": "yaps",
"YAPS_PLUGIN_VERSION": "0.2.0",
"YAPS_PLUGIN_HOST": "cursor",
"YAPS_PLUGIN_TRANSPORT": "mcp"
}
}