Catalog
MCP Standardnotes
Officialby lozit · TypeScript
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
End-to-end encrypted access to Standard Notes vaults for secure note storage.
Topics
claudeclaude-codemcpmcp-serveranthropicclaude-desktope2eee2ee-encryptionmodel-context-protocolmodel-context-protocol-servernote-takingnotesstandard-notesstandardnotesencryptionend-to-end-encryptionprivacy
README not available yet.
Install
Configuration
Environment variables
SN_EMAILrequiredStandard Notes account email. The password is prompted once via `npx mcp-standardnotes-login` and the session is persisted in the OS keychain.
SN_SERVER_URLdefault https://api.standardnotes.comStandard Notes sync server URL. Defaults to the official cloud if unset.
SN_CERT_FINGERPRINTOptional SHA-256 TLS certificate fingerprint for pinning a self-hosted server.
claude_desktop_config.json
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes@0.3.6"
],
"env": {
"SN_EMAIL": "<YOUR_SN_EMAIL>",
"SN_SERVER_URL": "https://api.standardnotes.com",
"SN_CERT_FINGERPRINT": "<YOUR_SN_CERT_FINGERPRINT>"
}
}
}
}