Skip to content
Grok

Gradus Notation for Grok

com.gradusmusic/notation

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

client:Grok transport:stdio runtime:npm

Install Gradus Notation in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Gradus Notation in other clients