Skip to main content
Glama
starsinger-ai

StarSinger MCP Server

Official

StarSinger MCP Server

Ein MCP-Server (Model Context Protocol), der KI-Agenten Zugriff auf den StarSinger AI music catalog gibt – zum Suchen, Streamen und Durchstöbern von Tracks aus einer wachsenden Bibliothek KI-generierter Musik.

Schnellstart

1. API-Schlüssel besorgen

Hol dir einen kostenlosen API-Schlüssel unter mcp.starsinger.ai – melde dich an und erstelle einen Schlüssel im Dashboard.

2. Zu deinem KI-Tool hinzufügen

Claude Desktop — in claude_desktop_config.json hinzufügen:

{
  "mcpServers": {
    "starsinger": {
      "command": "npx",
      "args": ["-y", "starsinger-mcp"],
      "env": {
        "STARSINGER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor — in .cursor/mcp.json hinzufügen:

{
  "mcpServers": {
    "starsinger": {
      "command": "npx",
      "args": ["-y", "starsinger-mcp"],
      "env": {
        "STARSINGER_API_KEY": "your_api_key_here"
      }
    }
  }
}

VS Code — in den Benutzereinstellungen hinzufügen:

{
  "mcp": {
    "servers": {
      "starsinger": {
        "command": "npx",
        "args": ["-y", "starsinger-mcp"],
        "env": {
          "STARSINGER_API_KEY": "your_api_key_here"
        }
      }
    }
  }
}

3. Probier es aus

Frag deinen KI-Assistenten:

"Finde mir ein paar entspannte Jazz-Piano-Tracks"

"Welche Künstler hat StarSinger?"

"Hol mir einen energiegeladenen Track für ein Workout-Video"

Related MCP server: mcp-ytmusic

Werkzeuge

search_music

Durchsuche den Katalog mithilfe einer natürlichsprachlichen Abfrage, Stimmung oder eines Genres.

Parameter

Typ

Erforderlich

Beschreibung

query

string

Ja

Natürlichsprachliche Suche – "energiegeladenes Jazz-Piano", "traurige Violinen-Ballade"

mood

string

Nein

Nach Stimmung filtern: purple (entspannt), red (energetisch), blue (emotional), gold (aufbauend), green (Natur), pink (romantisch), dark (intensiv), rainbow (eklektisch)

limit

number

Nein

Anzahl der zurückzugebenden Ergebnisse (Standard 10, max. 50)

get_track

Rufe vollständige Details und Streaming-URL für einen bestimmten Track ab.

Parameter

Typ

Erforderlich

Beschreibung

trackId

string

Ja

Track-ID aus den Suchergebnissen

Rufe aktuell beliebte Tracks aus dem Katalog ab.

Parameter

Typ

Erforderlich

Beschreibung

limit

number

Nein

Anzahl der Tracks (Standard 10, max. 50)

browse_artists

Durchstöbere Künstler des KI-Katalogs, optional nach Genre gefiltert.

Parameter

Typ

Erforderlich

Beschreibung

genre

string

Nein

Nach Genre filtern (z. B. "jazz", "classical", "pop")

limit

number

Nein

Anzahl der Künstler (Standard 10, max. 50)

get_artist

Rufe das vollständige Profil und die Diskografie eines Künstlers ab.

Parameter

Typ

Erforderlich

Beschreibung

artistId

string

Nein

Künstler-ID aus den Browse-Ergebnissen

handle

string

Nein

Künstler-Handle (z. B. "miles_rivers")

Was du bekommst

Jede Track-Antwort enthält:

  • Streaming-URL — Direkter MP3-Link, bereit zum Abspielen oder Einbetten

  • Coverbild — URL des Albumcovers

  • Vollständige Songtexte — Komplette Liedtexte

  • Metadaten — Titel, Künstler, Genre, Stimmung, Anzahl der Wiedergaben, Likes

  • Künstlerinfo — Biografie, Einflüsse, Instrument, Stadt

Konfiguration

Umgebungsvariable

Erforderlich

Standard

Beschreibung

STARSINGER_API_KEY

Ja

Dein StarSinger-API-Schlüssel

STARSINGER_API_URL

Nein

https://mcp-api.starsinger.ai

API-Basis-URL

Über StarSinger

StarSinger ist eine KI-Plattform zur Musikproduktion. Die gesamte Musik im Katalog ist KI-generiert, Eigentum von Veronata Inc. und über diese API nutzbar.

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Spotify's music catalog through natural language conversations. Search for tracks and artists, get recommendations, explore playlists, and browse artist discographies using the Spotify Web API.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables users to search the YouTube Music catalog and manage playlists using natural language. It provides tools for searching songs, albums, and artists, as well as performing playlist operations like creating, adding, and deleting tracks.

View all related MCP servers

Related MCP Connectors

  • 15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.

  • Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.

  • Search and discover advertiser products through an open marketplace for AI agents.

View all MCP Connectors

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/starsinger-ai/starsinger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server