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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add musicwire-mcp -- npx -y musicwire-mcp
{
"mcpServers": {
"musicwire-mcp": {
"args": [
"-y",
"musicwire-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.musicwire-mcp]
command = "npx"
args = ["-y", "musicwire-mcp"]
{
"mcpServers": {
"musicwire-mcp": {
"args": [
"-y",
"musicwire-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Mermaid diagram validation and rendering
CrossingKey MCP for agent commerce, prepaid credits, and bounded paid XKEY validation.
Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.
Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.
MCP server for .env file validation, parsing, and comparison.
MCP server for regex testing, matching, replacing, and validation
EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.
Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.
Answers built from our own checks of this server.