LyricPatch for Claude Desktop
com.lyricpatch/lyricpatch
Signup-free lyric editing: upload authorized audio, change words, preview, and download.
client:Claude Desktop
transport:streamable-http
tools:28
Install LyricPatch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lyricpatch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lyricpatch.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- get_service_info
- prepare_session_checkout
- get_session_status
- match_phrase
- get_account
- list_projects
- prepare_upload
- create_project
- ingest_project
- get_project
- create_edit
- update_edit
- delete_edit
- transcribe_selection
- get_transcription
- quote_generation
- generate_changes
- get_batch
- get_job
- cancel_batch
- accept_generation
- quote_export
- prepare_export
- delete_project