Skip to content
Cline

mcp standardnotes for Cline

io.github.lozit/mcp-standardnotes

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

client:Cline transport:stdio runtime:npm

Install mcp standardnotes in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp standardnotes in other clients