HomeDesign & Media › Gradus Notation

Gradus Notation

Gradus Notation + Harmonic Analyzer + Engraver: music tools for any AI agent. Free, no auth.

TypeScript Cloud macOSWindowsLinux
★ 2 stars Last pushed 2026-08-26 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.0)

npx -y @gradusmusic/notation-mcp@0.8.0

Or add to your MCP client config:

{
  "mcpServers": {
    "gradusnotation": {
      "command": "npx",
      "args": [
        "-y",
        "@gradusmusic/notation-mcp@0.8.0"
      ],
      "env": {
        "GRADUS_NOTATION_API_BASE": "<YOUR_VALUE>",
        "GRADUS_AGENT_NAME": "<YOUR_VALUE>"
      }
    }
  }
}
  • GRADUS_NOTATION_API_BASE — Override the API base URL. Defaults to https://gradusmusic.com.
  • GRADUS_AGENT_NAME — Self-reported agent name sent in the X-Agent-Name header for telemetry attribution.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry