Genius MCP Server
JSON →An MCP server to interact with the genius.com API and collect song information, annotations, artist data, etc.
Install
pip install -r Tools · 10
- search_songs Search for songs on Genius by query
- get_song_details Get detailed information about a specific song
- get_artist_songs Get songs by a specific artist
- get_album_tracks Get tracks from a specific album
- get_artist_info Get information about an artist
- get_song_annotations Get annotations for a specific song
- get_referents Get referents (annotations) for a song
- get_annotation Get a specific annotation by ID
- get_artist_albums Get albums by a specific artist
- get_song_lyrics Get lyrics for a specific song
Environment variables
GENIUS_ACCESS_TOKEN
Links
★ 4 GitHub stars