Genius Lyrics MCP by UnClick for Cursor
io.github.malamutemayhem/genius
Search songs and artists and get song and artist detail from Genius. By UnClick.
client:Cursor
transport:stdio
runtime:npm
Install Genius Lyrics MCP by UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"genius": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/genius-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs