Back to Browse

Standardnotes MCP Server

by lozit
Developer ToolsModerate6.7Local
Free

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

About

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

Security Report

6.7
Moderate6.7Moderate Risk

mcp-standardnotes is a well-architected MCP server with strong cryptographic practices and proper authentication design. The code demonstrates good security hygiene with password handling (never stored), secure keychain integration, and use of audited cryptographic libraries. Minor code quality concerns around broad exception handling and input validation do not materially impact security posture, as the server's permissions align appropriately with its purpose of encrypted note vault access. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

keychain

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

crypto

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Standard Notes account email. The password is prompted once via `npx mcp-standardnotes-login` and the session is persisted in the OS keychain.Optional

Environment variable: SN_EMAIL

Standard Notes sync server URL. Defaults to the official cloud if unset.Optional

Environment variable: SN_SERVER_URL

Optional SHA-256 TLS certificate fingerprint for pinning a self-hosted server.Optional

Environment variable: SN_CERT_FINGERPRINT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lozit-mcp-standardnotes": {
      "env": {
        "SN_EMAIL": "your-sn-email-here",
        "SN_SERVER_URL": "your-sn-server-url-here",
        "SN_CERT_FINGERPRINT": "your-sn-cert-fingerprint-here"
      },
      "args": [
        "-y",
        "mcp-standardnotes"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!