mcpbeat Sign in

Musicwire MCP Server

by thatdudealso Your server? Claim it
local only

Musicwire MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 1 Sep 2026.

Paid MusicXML validation, rendering, and automated QC for MCP clients.

Installs per day peak 258 · avg 8
a month agotoday
39
Installs / week
npm · musicwire-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 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.

File ships in the package but is absent from the source [пакет] src/client.js:1, [пакет] src/index.js:1, [пакет] src/http.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable src/artifacts.js:96, src/renderer.js:57
      const destination = path.join(this.directory, hash);
    execFileSync(command, args, { stdio: 'ignore' });

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 musicwire-mcp -- npx -y musicwire-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "musicwire-mcp": {
      "args": [
        "-y",
        "musicwire-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.musicwire-mcp]
command = "npx"
args = ["-y", "musicwire-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "musicwire-mcp": {
      "args": [
        "-y",
        "musicwire-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "musicwire-mcp": {
      "args": [
        "-y",
        "musicwire-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MUSICWIRE_API_URL (Musicwire API base URL.), MUSICWIRE_X402_PRIVATE_KEY (Throwaway buyer key funded with USDC on the API's advertised network.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Musicwire MCP

same job, measured the same way
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Revenue MCP
by crossingkeyintelligence

CrossingKey MCP for agent commerce, prepaid credits, and bounded paid XKEY validation.

18 tools answering
Dvt
by dvt

Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.

answering
ServerCard Trust MCP
by servercardtrust

Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.

answering
Env
by ryudi84

MCP server for .env file validation, parsing, and comparison.

local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
SignalEDI
by signaledi

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

29 installs/wk local only
best-cad-mcp
by lokmenower

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

288 installs/wk local only

Musicwire MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Musicwire MCP?
Musicwire 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 musicwire-mcp was installed 39 times last week.
How do I connect Musicwire 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 musicwire-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Musicwire MCP?
The npm package musicwire-mcp was installed 39 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Musicwire MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.