Skip to main content
Glama
aminamos

genius-mcp

by aminamos

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 build

Run over stdio:

npm start

MCP 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 smoke

License

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

Latest Blog Posts

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