Odel
mcp standardnotes

mcp standardnotes

Local
@lozit9TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-standardnotesv0.6.0

Run

npx -y mcp-standardnotes

MCP client config

{
  "mcpServers": {
    "mcp-standardnotes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-standardnotes"
      ]
    }
  }
}