genius-mcp
Provides tools for searching Genius songs and documents, retrieving song metadata and editorial descriptions, fetching artist profiles and biographies, listing an artist's catalog, and obtaining song annotations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@genius-mcpfind annotations for the song Alright by Kendrick Lamar"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Genius MCP
An MCP server for the official Genius API. It gives MCP clients searchable Genius song and artist metadata plus annotations.
Tools
search— search songs and other Genius documents.get_song— fetch song metadata and editorial description by Genius song ID.get_artist— fetch an artist profile and biography by Genius artist ID.list_artist_songs— list an artist's catalog, sorted by title or popularity.get_annotations— fetch annotations attached to a song, including lyric explanations when Genius exposes them.
The server deliberately uses the official API. It does not scrape or reproduce full copyrighted lyric text.
Related MCP server: LyricsGenius MCP Server
Setup
Create a Genius API client at genius.com/api-clients, then set the client access token:
$env:GENIUS_ACCESS_TOKEN = "your-token"
npm install
npm run buildRun over stdio:
npm startMCP client configuration
{
"mcpServers": {
"genius": {
"command": "node",
"args": ["C:/path/to/genius-mcp/dist/index.js"],
"env": {
"GENIUS_ACCESS_TOKEN": "your-token"
}
}
}
}Development
npm run check
npm run smokeLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Genius MCP — wraps the Genius API (api.genius.com)
Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.
Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Spotify's music catalog via the Spotify Web API, supporting searches, artist information retrieval, playlist management, and automatic token handling.268 npm23MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables searching Genius.com for artists, songs, and albums, retrieving song lyrics, and exploring artist discographies through natural language.3MIT
- AlicenseAqualityCmaintenanceEnables searching and managing Spotify playlists, tracks, and user information through the Spotify Web API.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching music artists and releases, and retrieving artist biographies, discographies, release track listings, credits, and metadata through the MusicBrainz API.2 npmMIT