Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

LyricsGenius Server

БесплатноНе проверен

An MCP server that enables searching Genius.com for artists, songs, and albums, retrieving song lyrics, and exploring artist discographies through natural langu

GitHubEmbed

Описание

An MCP server that enables searching Genius.com for artists, songs, and albums, retrieving song lyrics, and exploring artist discographies through natural language.

README

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.)

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

from github.com/WinstonFassett/lyricsgenius-mcp-server

Установка LyricsGenius Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/WinstonFassett/lyricsgenius-mcp-server

FAQ

LyricsGenius Server MCP бесплатный?

Да, LyricsGenius Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для LyricsGenius Server?

Нет, LyricsGenius Server работает без API-ключей и переменных окружения.

LyricsGenius Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить LyricsGenius Server в Claude Desktop, Claude Code или Cursor?

Открой LyricsGenius Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare LyricsGenius Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development