Skip to content
Claude Desktop

mcp standardnotes for Claude Desktop

io.github.lozit/mcp-standardnotes

End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).

client:Claude Desktop transport:stdio runtime:npm

Install mcp standardnotes in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "mcp-standardnotes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-standardnotes"
      ],
      "env": {
        "SN_EMAIL": "<SN_EMAIL>",
        "SN_SERVER_URL": "<SN_SERVER_URL>",
        "SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp standardnotes in other clients