genius-mcp-server

genius-mcp-server

3.2

If you are the rightful owner of genius-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with the Genius API, enabling MCP client applications to search for lyrics, artists, and obtain song/artist details from Genius.com.

The Genius MCP Server is designed to facilitate seamless interaction between client applications and the Genius API. By leveraging the Model Context Protocol, this server allows applications like Claude for Desktop and VS Code GitHub Copilot to perform searches and retrieve detailed information about songs and artists from Genius.com. The server supports various functionalities, including searching for songs, listing an artist's songs, and accessing specific song or artist details. It requires Node.js and an API Key from Genius to operate. The server can be easily executed using npx, making it accessible without the need for global installation. Additionally, it can be configured to work with different MCP clients, providing a flexible solution for developers looking to integrate Genius API capabilities into their applications.

Features

  • Search for songs, artists, or web pages using a given term.
  • List songs of a specific artist by their ID.
  • Obtain details of a song by its ID.
  • Obtain details of an artist by their ID.
  • Reusable prompts for initiating common interactions.

Tools

  1. genius-search

    Searches for songs, artists, or web pages by a given term.

  2. genius-list-artist-songs

    Lists songs of a specific artist by their ID.