1001 Albums Generator MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@1001 Albums Generator MCPwhat's today's album?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is this?
1001 Albums Generator โ built by u/SidledsGunnar โ is a web app that assigns you one album at a time from the canonical 1001 Albums You Must Hear Before You Die list, and asks you to listen and rate it. It's a brilliant way to systematically explore music history, and it quietly accumulates a rich personal dataset as you go: your ratings, your written reviews, your listening timeline.
1001 Albums Generator MCP connects that dataset to AI assistants via the Model Context Protocol, so you can explore it through natural conversation instead of manually browsing the site.
You: What's today's album?
Claude: Today's album is Miles Davis โ Kind of Blue (1959).
One of the most influential jazz recordings ever made, featuring
Coltrane, Cannonball Adderley, and Bill Evans. Community rating: โ
4.63Capabilities
Area | What the AI can do |
๐ต Daily listening | Retrieve today's album with background, context, and personal pitch |
๐ History | Browse, search, and explore your full listening archive |
๐ Taste analysis | Genre affinities, decade distributions, rating tendencies, community alignment |
๐ง Pattern recognition | Arc analysis, milestone detection, listening journey narrative |
๐ Review insights | Synthesise your written reviews to understand your own taste |
๐ฅ Groups | Compare members, find divisive albums, map taste compatibility |
Installation
Note: This server enforces a 20-second minimum interval between upstream API calls and caches responses for 4 hours to stay within the upstream rate limit of 3 requests/minute. First requests after a cache miss may be slow โ this is a constraint of the 1001 Albums Generator API, not the server.
Option A โ Claude MCP Bundle (recommended)
No Node.js required for the remote version.
Go to the releases page and download a
.mcpbfile:File
What it does
*-remote.mcpbConnects to the hosted server โ zero local setup
*-local.mcpbRuns the MCP server locally on your machine
Open Claude Desktop โ Settings โ Extensions
Drag and drop the
.mcpbfile into the window
Option B โ Remote HTTP Server (no install)
Point any MCP client at the hosted server:
https://1001-albums-mcp.bnm12.dk/mcpClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"1001-albums": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://1001-albums-mcp.bnm12.dk/mcp"]
}
}
}Option C โ Local Installation
Requirements: Node.js 18+
git clone https://github.com/bnm12/1001-albums-generator-mcp.git
cd 1001-albums-generator-mcp
npm install && npm run buildClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"1001-albums": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"],
"env": { "MCP_MODE": "stdio" }
}
}
}As an HTTP server (for any MCP client over HTTP):
MCP_MODE=http PORT=3000 node dist/index.js
# Endpoint: http://localhost:3000/mcpRestart Claude Desktop after any config change.
MCP Tools Reference
Project tools
Tool | Description |
| Today's assigned album with full metadata and project notes |
| Progress summary: generated, rated, unrated, current album |
| Full history with sort and pagination |
| Search history by artist, album, year, genre, or character โ multi-word queries use OR matching |
| Full detail for one album: review, streaming links, subgenres |
| Artist arc, musical connections, community divergence, listening journey |
Meta tools
Tool | Description |
| Returns the full workflow guide โ recommended tool sequences, signal weighting, common mistakes |
Analysis tools
Tool | Description |
| Genres, decades, rating tendencies, community alignment |
| Albums where your ratings diverge most from the community |
| Synthesise your written reviews into qualitative taste insight |
| Segmented journey analysis with trends and milestones |
Group tools
Tool | Description |
| Summary: members, current album, all-time high/low |
| Latest group album with all member votes |
| Every member's rating and review for a specific album |
| Most divisive and most consensus albums by rating variance |
| Side-by-side taste comparison between two members |
| Group-wide pairwise compatibility โ who agrees with whom |
| High-level comparison of any two projects |
Community tools
Tool | Description |
| Community ratings for all ~1001 canonical book albums |
| Search book albums by name, artist, genre, or year |
| Stats for user-submitted albums outside the book list |
| Force-refresh cached data for any dataset |
ยน List and search tools return a slim format โ no reviews, streaming links, or images. Use get_album_detail when you need a written review, a Spotify/Apple Music link, or full genre breakdown.
ยฒ Identify albums by name, UUID, or generatedAlbumId (available from list/search results).
ยณ get_review_insights attempts to use MCP Sampling to synthesise reviews. Most clients including Claude Desktop do not currently support sampling โ the tool automatically falls back to returning the raw reviews with synthesis instructions for the agent to complete directly. Output quality is equivalent either way.
Prompt Templates
Compatible clients (e.g. Claude Desktop) surface these as one-click conversation starters.
Prompt | Description |
| Background and context on today's assigned album |
| Predict how you'll rate today's album based on your history |
| Full taste analysis and listener archetype |
| Deep contextual analysis of a specific album in your history |
| Where your taste diverges most from the community |
| How your genre exposure has evolved over time |
| Spotify Wrapped-style summary of your listening history |
| Persuasive, taste-grounded case for a specific album |
| How your group rated their latest album |
| Who in your group has the most similar and different taste |
| Albums that split your group โ and ones you all agreed on |
| Detailed taste comparison between two group members |
Example Prompts
Daily
What's today's album from my project?
Give me a personalised pitch for why I should care about today's album.
Predict how I'll rate today's album and explain your reasoning.History & taste
Build a full profile of my music taste.
Which decade dominates my listening history?
Which albums did I rate way above the community average?
How has my taste evolved over time?Discovery
Give me a deep dive on Kind of Blue from my history.
Find connections between the last five albums I listened to.
What does my review history say about what I actually value in music?Group
What did everyone in our group think of the latest album?
Who in our group has the most similar taste to me?
Which album has divided our group the most?Contributing
Contributions are welcome. Some ideas:
New analysis tools (recommendation engine, mood inference, BPM/key data)
Deeper genre clustering
Visual listening stats
Before opening a PR, run the full check suite:
npx tsc --noEmit # strict TypeScript
npm run lint # ESLint
npm run build
npm testWhen adding tools, register them in createMcpServer() in src/index.ts and update README.md, AGENTS.md, and src/content/resources/tool-guide.md. The updated tool-guide is automatically returned by get_tool_guide โ no additional step needed. See AGENTS.md for the full contribution guide.
License
ISC ยฉ 2026 bnm12
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/bnm12/1001-albums-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server