Agent Plugins Marketplace
All plugins

local-tts

v1.3.0

Offline text-to-speech via VoxCPM2 — 30 languages, voice design, voice cloning. Runs locally on Apple Silicon.

Claude Code1 Skill

By Bubble InvestLicense: Apache-2.02.7k GitHub starsUpdated 6 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install local-tts-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-ml/local-tts/.

Plugin files

plugins/ai-ml/local-tts/
├── .claude-plugin/plugin.json
└── skills/local-tts/SKILL.md

Included Skills1

local-ttsskills/local-tts/SKILL.md

Generate speech locally from text using VoxCPM2 (2B params, Apache-2.0). 30 languages, voice design (describe a voice), voice cloning (from 3-10s reference). Runs 100% offline on Apple Silicon via Metal (MPS). Zero API calls, zero cost. Use when user asks to "say" or "speak" something, wants a voiceover, wants to clone a voice, or wants to generate audio from text. Trigger phrases: "say this", "read out loud", "clone my voice", "generate voiceover", "text to speech", "TTS".

Plugin manifests1

plugins/ai-ml/local-tts/.claude-plugin/plugin.json
{
  "name": "local-tts",
  "version": "1.3.0",
  "description": "Offline text-to-speech via VoxCPM2 — 30 languages, voice design, voice cloning. Runs locally on Apple Silicon.",
  "author": {
    "name": "Bubble Invest",
    "email": "[email protected]"
  },
  "repository": "https://github.com/vdk888/local-tts",
  "license": "Apache-2.0",
  "keywords": [
    "tts",
    "text-to-speech",
    "voice",
    "voice-cloning",
    "voice-design",
    "offline",
    "voxcpm",
    "apple-silicon",
    "metal",
    "mps",
    "audio",
    "narration",
    "voiceover"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[local-tts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/local-tts-2)