npm starsinger-mcpstdioMITupdated 5mo ago
An MCP (Model Context Protocol) server that gives AI agents access to the StarSinger AI music catalog — search, stream, and browse tracks from a growing library of AI-generated music.
O que dá para fazer com starsinger mcp?
StarSinger MCP Server
An MCP (Model Context Protocol) server that gives AI agents access to the StarSinger AI music catalog — search, stream, and browse tracks from a growing library of AI-generated music.
Quick Start
1. Get an API Key
Get a free API key at mcp.starsinger.ai — sign up and create a key from the dashboard.
2. Add to Your AI Tool
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"starsinger": {
"command": "npx",
"args": ["-y", "starsinger-mcp"],
"env": {
"STARSINGER_API_KEY": "your_api_key_here"
}
}
}
}
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"starsinger": {
"command": "npx",
"args": ["-y", "starsinger-mcp"],
"env": {
"STARSINGER_API_KEY": "your_api_key_here"
}
}
}
}
VS Code — add to user settings:
{
"mcp": {
"servers": {
"starsinger": {
"command": "npx",
"args": ["-y", "starsinger-mcp"],
"env": {
"STARSINGER_API_KEY": "your_api_key_here"
}
}
}
}
}
3. Try It
Ask your AI assistant:
"Find me some chill jazz piano tracks"
"What artists does StarSinger have?"
"Get me an upbeat track for a workout video"
Tools
search_music
Search the catalog by natural language query, mood, or genre.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | Natural language search — "upbeat jazz piano", "sad violin ballad" |
mood |
string | No | Filter by mood: purple (chill), red (energetic), blue (emotional), gold (uplifting), green (nature), pink (romantic), dark (intense), rainbow (eclectic) |
limit |
number | No | Results to return (default 10, max 50) |
get_track
Get full details and streaming URL for a specific track.
| Parameter | Type | Required | Description |
|---|---|---|---|
trackId |
string | Yes | Track ID from search results |
get_trending
Get currently popular tracks from the catalog.
| Parameter | Type | Required | Description |
|---|---|---|---|
limit |
number | No | Number of tracks (default 10, max 50) |
browse_artists
Browse AI catalog artists, optionally filtered by genre.
| Parameter | Type | Required | Description |
|---|---|---|---|
genre |
string | No | Filter by genre (e.g. "jazz", "classical", "pop") |
limit |
number | No | Number of artists (default 10, max 50) |
get_artist
Get an artist's full profile and discography.
| Parameter | Type | Required | Description |
|---|---|---|---|
artistId |
string | No | Artist ID from browse results |
handle |
string | No | Artist handle (e.g. "miles_rivers") |
What You Get
Every track response includes:
- Streaming URL — Direct MP3 link, ready to play or embed
- Cover art — Album artwork URL
- Full lyrics — Complete song lyrics
- Metadata — Title, artist, genre, mood, play count, likes
- Artist info — Bio, influences, instrument, city
Configuration
| Environment Variable | Required | Default | Description |
|---|---|---|---|
STARSINGER_API_KEY |
Yes | — | Your StarSinger API key |
STARSINGER_API_URL |
No | https://mcp-api.starsinger.ai |
API base URL |
About StarSinger
StarSinger is an AI music creation platform. All music in the catalog is AI-generated and owned by Veronata Inc., available for use via this API.
License
MIT
Instalação
Adicione starsinger mcp ao seu cliente. Escolha o que você usa.
claude mcp add starsinger-mcp -- npx -y starsinger-mcpcodex mcp add starsinger-mcp -- npx -y starsinger-mcpamp mcp add starsinger-mcp -- npx -y starsinger-mcp{
"mcpServers": {
"starsinger-mcp": {
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"starsinger-mcp": {
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"starsinger-mcp","command":"npx","args":["-y","starsinger-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"starsinger-mcp": {
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"starsinger-mcp": {
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"starsinger-mcp": {
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"starsinger-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"starsinger-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"starsinger-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"starsinger-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y starsinger-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 154 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.1Mais recente | 30 de mar. de 2026 |