LyricPatch for VS Code
com.lyricpatch/lyricpatch
Signup-free lyric editing: upload authorized audio, change words, preview, and download.
client:VS Code
transport:streamable-http
tools:28
Install LyricPatch in VS Code
.vscode/mcp.json
{
"servers": {
"lyricpatch": {
"type": "http",
"url": "https://api.lyricpatch.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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