MCP Server
MCP
io.github.starsinger-ai/starsinger-mcp
MCP server for StarSinger AI music catalog — search, stream & browse AI-generated tracks
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "starsinger-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your StarSinger API key from https://mcp.starsinger.ai",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "STARSINGER_API_KEY"
},
{
"description": "Optional: Custom API base URL (default: https://mcp-api.starsinger.ai)",
"format": "string",
"name": "STARSINGER_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment