@pipeworx/genius
Connect: https://gateway.pipeworx.io/genius/mcp · Install: one-click buttons
Tools: 5
Genius MCP — song / artist metadata + annotations. Lyric text is not in the API (only page URLs).
Tools
search_songs(query, page?, per_page?)get_song(song_id)get_artist(artist_id)list_artist_songs(artist_id, sort?, per_page?, page?)get_annotation(annotation_id, text_format?)
Auth
- Platform key: gateway env
PLATFORM_GENIUS_KEY. - BYO:
?_apiKey=<token>after registering at https://genius.com/api-clients.
Data source
https://api.genius.com — Bearer Client Access Token.
Tools
- search_songs — Search Genius for songs by title / artist / lyrics excerpt. Returns top hits with song ID, title, primary artist, full title, URL.
- get_song — Song metadata: title, primary + featured artists, album, release date, description, hot count, lyrics URL. Lyric text is not in the API — use the URL.
- get_artist — Artist bio + identifiers.
- list_artist_songs — Songs by an artist. Sort by popularity or release date.
- get_annotation — Single annotation (Genius community note) by ID.
Tools
-
get_annotation— Single annotation (Genius community note) by ID. -
get_artist— Artist bio + identifiers. -
get_song— Song metadata: title, primary + featured artists, album, release date, description, hot count, lyrics URL. Lyric text is not in the API — use the URL. -
list_artist_songs— Songs by an artist. Sort by popularity or release date. -
search_songs— Search Genius for songs by title / artist / lyrics excerpt. Returns top hits with song ID, title, primary artist, full title, URL.