General
speak-in-my-voice - Claude MCP Skill
Synthesize text in your own voice using F5-TTS and SuperWhisper recordings
SEO Guide: Enhance your AI agent with the speak-in-my-voice tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to synthesize text in your own voice using f5-tts and superwhisper recordings... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# # Skill: Speak in My Voice When the user asks you to speak something out loud or say something in their voice, use this skill to synthesize the text using their cloned voice. ### How to Use This Skill 1. When user says things like: - Say this out loud: [text] - Speak: [text] - Read this in my voice: [text] - Can you say [text] 2. Navigate to the McVoice project and run the synthesis:ba shcd /Users/mick/Developer/Mc Voicesource venv/bin/activate python f5_tts_natural.py [text to speak]afplay output/natural.wav 3. For better quality, use the smooth variant:ba shpython f5_tts_natural.py [text to speak] --variantsafplay output/variant_smooth.wav ### ExamplesUser: Say Hello world in my voiceYou: Ill synthesize Hello world in your voice.[Run the synthesis commands]✅ Now playing your voice saying Hello world User: Read this email greeting out loud: Dear colleagues, I hope this message finds you well.You: Ill read that email greeting in your voice.[Run synthesis with the smooth variant for better quality]✅ Playing the email greeting in your voice ### Tips - Use the natural synthesis script for better cadence - For longer texts, use the smooth variant --variants flag - The system automatically selects good reference recordings - Synthesis takes about 10-15 seconds per sentence
Signals
Information
- Repository
- mickdarling/dollhouse-portfolio
- Author
- mickdarling
- Last Sync
- 1/14/2026
- Repo Updated
- 10/25/2025
- Created
- 1/13/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
fastmcp-client-cli
Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.
browser-use
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
remote-browser
Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.