1. Conduid
  2. Search
  3. io.github.starsinger-ai/starsinger-mcp
MCP server · Search

io.github.starsinger-ai/starsinger-mcp

MCP server for StarSinger AI music catalog — search, stream & browse AI-generated tracks

Unclaimed search
37Low

Scored 5 months ago · breakdown

About io.github.starsinger-ai/starsinger-mcp

io.github.starsinger-ai/starsinger-mcp is an MCP server in the Search category: mCP server for StarSinger AI music catalog — search, stream & browse AI-generated tracks. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-starsinger-ai-starsinger-mcp -- npx -y starsinger-mcp
npx
npx -y starsinger-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.starsinger-ai/starsinger-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.starsinger-ai/starsinger-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About io.github.starsinger-ai/starsinger-mcp

How do I install io.github.starsinger-ai/starsinger-mcp?

Run claude mcp add io-github-starsinger-ai-starsinger-mcp -- npx -y starsinger-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.starsinger-ai/starsinger-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.starsinger-ai/starsinger-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.