Skip to content
Cursor

Gradus Notation for Cursor

com.gradusmusic/notation

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

client:Cursor transport:stdio runtime:npm

Install Gradus Notation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "notation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gradusmusic/notation-mcp"
      ],
      "env": {
        "GRADUS_NOTATION_API_BASE": "<GRADUS_NOTATION_API_BASE>",
        "GRADUS_AGENT_NAME": "<GRADUS_AGENT_NAME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gradus Notation in other clients