AjjayK/MusicDB
MCP server exposing the MusicBrainz API for AI assistants, hosted on Cloudflare Workers
Overview
AjjayK/MusicDB is a TypeScript MCP server. MCP server exposing the MusicBrainz API for AI assistants, hosted on Cloudflare Workers
Ranked #63 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
2 contributors → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# MusicDB
A remote [MCP](https://modelcontextprotocol.io/) server that exposes the [MusicBrainz API](https://musicbrainz.org/doc/MusicBrainz_API) as tools for AI assistants. Runs on Cloudflare Workers.
## Live Endpoint
```
https://musicdb-mcp.musicdb.workers.dev/mcp
```
## Adding to Your AI Assistant
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"musicdb": {
"url": "https://musicdb-mcp.musicdb.workers.dev/mcp"
}
}
}
```
### Claude.ai
Go to **Settings > Integrations > Add custom integration** and enter:
```
https://musicdb-mcp.musicdb.workers.dev/mcp
```
### Any MCP Client
Point your MCP client at the URL above using **Streamable HTTP** transport.
## Tools
### Core Tools
| Tool | Description |
|------|-------------|
| `musicbrainz_lookup` | Look up any entity by its MusicBrainz ID (MBID) |
| `musicbrainz_browse` | Browse entities linked to another entity (e.g. all releases by an artist) |
| `musicbrainz_search` | Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.