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
{
"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