delmas41/gradusnotation
[](https://glama.ai/mcp/servers/delmas41/gradusnotation) 📇 ☁️ 🍎 🪟 🐧 - Render music notation (SVG + MusicXML + MIDI) from a JSON score, validate input, analyze MusicXML harmonically, and search a curated music-theory knowledge base. Free, no auth. `npx -y @gradusmusic/notation-mcp`
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: delmas41/gradusnotation Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-delmas41-gradusnotation
Configuration
{
"mcpServers": {
"delmas41-gradusnotation": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-delmas41-gradusnotation"
],
"env": {}
}
}
}