Skip to main content
Glama
WinstonFassett

LyricsGenius MCP Server

LyricsGenius MCP Server

A Model Context Protocol (MCP) server for accessing song lyrics and artist information from Genius.com via the LyricsGenius library.

Features

  • Search for artists and songs on Genius.com

  • Get detailed information about artists

  • Retrieve song lyrics

  • Get artist albums and top songs

  • Get album tracks

  • Search across different content types (songs, artists, albums, etc.)

Related MCP server: MusicBrainz MCP Server

Requirements

Installation

  1. Clone this repository

    git clone <repository-url>
    cd lyricsgenius-mcp
  2. Create a virtual environment

    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. Install dependencies

    uv pip install -r requirements.txt
  4. Set up your Genius API token

    • Create a copy of .env and rename it to .env

    • Replace your_token_here with your actual Genius API token

Usage

Running the server directly

python server.py

Installing in Claude Desktop

mcp install server.py

Running with MCP development tools

mcp dev server.py

Server Capabilities

Tools

  • search(query, search_type=None, per_page=10, page=1) - Search Genius for artists, songs, albums or other content

  • get_lyrics(title, artist=None) - Get lyrics for a song directly

  • get_artist_songs(artist_identifier, per_page=20, sort="popularity") - Get songs by an artist

  • get_artist_albums(artist_identifier) - Get albums by an artist

  • get_album_tracks(album_identifier) - Get tracks from an album by its ID or name

License

MIT

Maintenance

ActivityInactive
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

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides access to the Beatport API for music discovery and data retrieval, enabling users to search for tracks, artists, labels, releases, and charts through natural language.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that enables AI assistants to search and retrieve music data (songs, lyrics, playlists, albums, artists) from Netease Cloud Music.
    MIT

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/WinstonFassett/lyricsgenius-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server