streamable-httpMITupdated 19d ago
Official Claude plugin for Vocuno, the AI music studio. It connects Claude to Vocuno's remote MCP server so Claude can create and edit music directly in your Vocuno account.
What can you do with Vocuno?
Vocuno for Claude
Official Claude plugin for Vocuno, the AI music studio. It connects Claude to Vocuno's remote MCP server so Claude can create and edit music directly in your Vocuno account.
What Claude can do with it
- Generate songs: full AI songs with vocals from a text prompt or your own lyrics, across multiple state-of-the-art music models.
- Covers and remixes: reimagine a song in a new style, or build mashups of two tracks.
- Stems: separate any track into vocals, drums, bass, and instruments; remove reverb; extract MIDI from stems.
- Voice: convert vocals to a different voice, or clone a voice for use in generations.
- Song tools: extend a song, replace a section, mix, master, detect BPM and chords, convert audio formats.
- Audio editing: a set of free FFmpeg-based editing tools (trim, fade, speed, pitch, volume, and more).
- Account: check remaining credits and fetch the status and shareable links of your generations.
Everything runs in your Vocuno library: songs created through Claude appear at vocuno.com/app like anything you make on the site, with shareable streaming links returned as results.
Installation
In Claude Code:
/plugin install vocuno
Or add the MCP server directly without the plugin:
claude mcp add --transport http vocuno https://vocuno.com/mcp
On first use Claude opens a browser window to sign in to Vocuno (OAuth 2.1). Approve the connection and you are done; no API keys to manage.
Requirements
- A Vocuno account (sign up free). New accounts include free credits.
- Generation tools consume Vocuno credits, exactly as on the website. Editing and analysis tools marked free consume none.
Support
- Homepage: vocuno.com
- Contact: contact@vocuno.com
License
This plugin package is MIT licensed. The Vocuno service itself is governed by the Vocuno Terms of Service.
Install
Add Vocuno to your client. Pick the one you use.
claude mcp add --transport http vocuno https://vocuno.com/mcpcodex mcp add vocuno --url https://vocuno.com/mcp{
"mcpServers": {
"vocuno": {
"url": "https://vocuno.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vocuno": {
"type": "http",
"url": "https://vocuno.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vocuno": {
"url": "https://vocuno.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vocuno": {
"serverUrl": "https://vocuno.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 20, 2026 |