Genius Lyrics MCP by UnClick for VS Code
io.github.malamutemayhem/genius
Search songs and artists and get song and artist detail from Genius. By UnClick.
client:VS Code
transport:stdio
runtime:npm
Install Genius Lyrics MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"genius": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/genius-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs