genius-mcp
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.
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
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