mcpbeat Sign in

Starsinger MCP Server

by starsinger-ai Your server? Claim it
local only

Starsinger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from npm. Last commit 30 Mar 2026.

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

Installs per day peak 21 · avg 5 · +19% w/w
a month agotoday
85
Installs / week
npm · starsinger-mcp
1
Stars
0 open issues
30 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository starsinger-ai/starsinger-mcp
пакет starsinger-mcp ссылается на jupiterspins/starsinger-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add starsinger-mcp -- npx -y starsinger-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "starsinger-mcp": {
      "args": [
        "-y",
        "starsinger-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.starsinger-mcp]
command = "npx"
args = ["-y", "starsinger-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "starsinger-mcp": {
      "args": [
        "-y",
        "starsinger-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "starsinger-mcp": {
      "args": [
        "-y",
        "starsinger-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STARSINGER_API_KEY (Your StarSinger API key from https://mcp.starsinger.ai), STARSINGER_API_URL (Optional: Custom API base URL (default: https://mcp-api.starsinger.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Starsinger MCP

same job, measured the same way
Starsinger MCP
by starsinger

Make a finished AI song with real vocals from a brief, or search and stream StarSinger's AI catalog

answering
MCP Producer
by acedatacloud

MCP server for Producer/Riffusion AI music generation

1 241 installs/wk answering
MCP Suno
by acedatacloud

MCP server for Suno AI music generation, lyrics, and covers

3 928 installs/wk answering
Memesio Meme Generator
by memesio

MCP server for meme generation, template search, caption rendering, and AI meme creation.

8 tools answering
MCP Seedream Pro
by acedatacloud

MCP server for ByteDance Seedream AI image generation

1 159 installs/wk answering
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

96 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Test Case Generator AI MCP
by csoai-org

AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate

167 installs/wk local only

Starsinger MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Starsinger MCP?
Starsinger MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package starsinger-mcp was installed 85 times last week.
How do I connect Starsinger MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls starsinger-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Starsinger MCP?
The npm package starsinger-mcp was installed 85 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Starsinger MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.