StarSinger MCP Server
OfficialStarSinger 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 |
| string | Ja | Natürlichsprachliche Suche – "energiegeladenes Jazz-Piano", "traurige Violinen-Ballade" |
| string | Nein | Nach Stimmung filtern: |
| 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 |
| string | Ja | Track-ID aus den Suchergebnissen |
get_trending
Rufe aktuell beliebte Tracks aus dem Katalog ab.
Parameter | Typ | Erforderlich | Beschreibung |
| 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 |
| string | Nein | Nach Genre filtern (z. B. "jazz", "classical", "pop") |
| 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 |
| string | Nein | Künstler-ID aus den Browse-Ergebnissen |
| 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 |
| Ja | — | Dein StarSinger-API-Schlüssel |
| Nein |
| 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
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseAqualityCmaintenanceEnables AI agents to search, license, and pay for rights-clean music per use, returning a verifiable license certificate.5MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search Spotify, inspect playback state, manage devices, and control music through the official Spotify Web API using OAuth authentication.2MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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