StarSinger MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StarSinger MCP ServerFind me some chill jazz piano tracks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"
Related MCP server: mcp-ytmusic
Tools
search_music
Search the catalog by natural language query, mood, or genre.
Parameter | Type | Required | Description |
| string | Yes | Natural language search — "upbeat jazz piano", "sad violin ballad" |
| string | No | Filter by mood: |
| 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 |
| string | Yes | Track ID from search results |
get_trending
Get currently popular tracks from the catalog.
Parameter | Type | Required | Description |
| number | No | Number of tracks (default 10, max 50) |
browse_artists
Browse AI catalog artists, optionally filtered by genre.
Parameter | Type | Required | Description |
| string | No | Filter by genre (e.g. "jazz", "classical", "pop") |
| number | No | Number of artists (default 10, max 50) |
get_artist
Get an artist's full profile and discography.
Parameter | Type | Required | Description |
| string | No | Artist ID from browse results |
| 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 |
| Yes | — | Your StarSinger API key |
| No |
| 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
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