Odel
starsinger mcp

starsinger mcp

Local
@starsinger-ai1JavaScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstarsinger-mcpv0.1.1

Run

npx -y starsinger-mcp

MCP client config

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