15 days ago
An MCP server that brings the power of Genius into your AI assistant.
Query songs, artists, lyrics annotations, album artwork annotations, song relationships, credits, and editorial knowledge through a clean set of tools and prompts — powered by both the official Genius API and the lyricsgenius Python library.
Server Config
{
"mcpServers": {
"genius": {
"command": "python",
"args": [
"/absolute/path/to/genius-mcp/main.py"
],
"env": {
"GENIUS_ACCESS_TOKEN": "your_token_here",
"STREAMABLE_HTTP": "false"
}
}
}
}