← Back to Plugins
MCP Server MCP

io.github.starsinger-ai/starsinger-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...