
Genius Lyrics MCP By UnClick
Let your coding agent search Genius for songs, artists, and metadata while you build lyrics apps, music tools, or content workflows.
Overview
Genius Lyrics MCP is a Build-phase MCP server that lets your agent search Genius and retrieve song and artist detail through stdio tools.
What is this MCP server?
- Search songs and artists on Genius from the agent thread
- Fetch structured song and artist detail for apps and docs
- stdio MCP via npx @unclick/genius-mcp (v0.1.0)
- Published by UnClick with server schema 2025-12-11
- Fits content features without hand-rolling Genius HTTP calls in every prompt
- Server version 0.1.0
- npm package @unclick/genius-mcp
- Transport type stdio with npx runtimeHint
Community signal: 4 GitHub stars.
What problem does it solve?
Hand-querying Genius in the browser breaks flow when you need accurate titles, artists, and metadata inside agent-driven feature work.
Who is it for?
Indie builders adding Genius-backed search or detail panels to content sites, CLI tools, or agent workflows during active development.
Skip if: Teams that need guaranteed lyric licensing, offline catalogs, or a replacement for Genius’s official SDK contract review without their own legal layer.
What do I get? / Deliverables
Your agent can call Genius search and detail tools directly so lyrics and music metadata land in code and copy without manual tab switching.
- Agent-callable Genius song and artist search results
- Structured song and artist detail payloads for app or content use
- Repeatable stdio MCP config entry for local development
Recommended MCP Servers
Journey fit
Genius lookup is an external API bridge you wire in during product build, not a launch or ops monitor. Canonical shelf is integrations because the MCP exposes Genius as callable tools inside Claude Code, Cursor, or Codex.
How it compares
MCP integration to Genius, not an agent skill or a hosted lyrics CMS.
Common Questions / FAQ
Who is Genius Lyrics MCP for?
Solo and indie developers who want Claude Code, Cursor, or Codex to query Genius for songs and artists while building music or content features.
When should I use Genius Lyrics MCP?
Use it in the Build phase when you are wiring integrations or drafting features that need live Genius song and artist data in the agent loop.
How do I add Genius Lyrics MCP to my agent?
Register the stdio server with runtimeHint npx and package identifier @unclick/genius-mcp v0.1.0 in your MCP client config, then restart the agent.