Skip to content
MCP Server Community By @delmas41

delmas41/gradusnotation

[![gradusnotation MCP server](https://glama.ai/mcp/servers/delmas41/gradusnotation/badges/score.svg)](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

Detailed Documentation

gradusnotation MCP server 📇 ☁️ 🍎 🪟 🐧 - 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

Configuration

{
  "mcpServers": {
    "delmas41-gradusnotation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-delmas41-gradusnotation"
      ],
      "env": {}
    }
  }
}