Skip to content
Grok

WhyNote for Grok

io.github.coooolinz/why-note

Read-only search, todo listing, and daily note access for a WhyNote account

client:Grok transport:stdio runtime:npm

Install WhyNote 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": {
    "why-note": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "why-note-mcp"
      ],
      "env": {
        "NOTE_URL": "<NOTE_URL>",
        "NOTE_TOKEN": "<NOTE_TOKEN>"
      }
    }
  }
}

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

WhyNote in other clients