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 "Install 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.263823MIT
- 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
- AlicenseNot gradedqualityDmaintenanceProvides tools for searching, controlling playback, and retrieving content from the Spotify Web API.38MIT
- AlicenseAqualityBmaintenanceEnables searching and managing Spotify playlists, tracks, and user information through the Spotify Web API.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aminamos/genius-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server