VoiceCard
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VoiceCardClone my voice from ~/Desktop/me.mov and make a Miami clip saying happy birthday with my photo."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VoiceCard
Clone your voice and turn it into a shareable waveform video, all driven by MCP. No GUI. Apple Silicon only.
Voice cloning is now commodity. The differentiator is delivery: a short MP4 with a beautiful audio-reactive waveform plays inline in WhatsApp, iMessage, Signal, and Slack, where raw audio files stall, fail to autoplay, or won't cross iOS/Android. Every clip you send is also an ad for the tool. That is the whole idea.
The front end is the MCP. You talk to it from Claude Code, Cursor, or any MCP-aware agent:
"Clone my voice from
~/Desktop/me.mov(here's the transcript), then make a 15-second Miami-palette clip saying happy birthday, with my photo in the center."
How it works
Fully standalone. Speech is generated locally by
mlx-audio (Qwen3-TTS via MLX), the waveform
video is rendered with MLX / Pillow, and muxed with ffmpeg. No cloud, no Voicebox,
no desktop app.
Cloning is zero-shot in-context learning: it trims your reference to ~12 seconds and conditions on it. There is no training step and no separate model per voice.
Requirements
Apple Silicon Mac (arm64). Enforced at startup.
ffmpegon PATH (brew install ffmpeg).First run downloads the Qwen3-TTS weights (~a few GB) into the Hugging Face cache.
Install
uv tool install ./voicecard-mcp # or: uv run voicecardRegister with Claude Code (stdio):
claude mcp add -s user voicecard -- uv --directory /path/to/voicecard-mcp run voicecardTools
Tool | What it does |
| List stored voice profiles. |
| List available palettes (name + colors) and render a visual swatch sheet (returns |
| Clone from an audio or video file. Trims the reference to ~12s and stores a profile. You pass the transcript of the reference audio (the caller/agent transcribes it, e.g. with |
| Generate speech in a cloned voice; returns a wav path. |
| Generate speech and render the shareable waveform mp4. Returns the mp4 path. |
Palettes: Noir (default), 70s Gold, Miami, Aurora, Sunset, Mint, Blueprint
Aspect: square (1080², default), portrait (9:16)
Layout: linear (default — circular photo + compact gradient waveform below, Dynamic-Island style) · circle (centered audio-reactive spectrum ring)
Arc (circle layout only): full (default, mirrored ring) · top (spikes over the top half)
Config (env)
Var | Default |
|
|
|
|
| QR target printed on each clip |
| tagline printed on each clip |
Notes
Output is stereo,
+faststart, H.264 High profile — tuned to autoplay inline in messengers.The waveform is stylized to always look alive, not a diagnostic spectrum analyzer.
Core ML / ANE offload of the autoregressive decoder is not planned (dynamic shapes + KV cache + sequential decode are a poor ANE fit). A future Core ML vocoder offload is the only piece worth exploring.
License
MIT. You are responsible for only cloning voices you own or are authorized to use.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Generate images, video, and audio with Glif's media-generation agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JasonMakes801/voicecard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server