Standard Notes
Rank #4,851io.github.lozit/mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
Standard Notes is a Model Context Protocol (MCP) server published by lozit. It ranks #4,851 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Standard Notes is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 15, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 110,609 of 115,460 servers on MCP Toplist.
Use Standard Notes
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-standardnotes -e "SN_EMAIL=<your SN_EMAIL>" -e "SN_SERVER_URL=<your SN_SERVER_URL>" -e "SN_CERT_FINGERPRINT=<your SN_CERT_FINGERPRINT>" -- npx -y mcp-standardnotesReplace each placeholder with your own value before saving.
[mcp_servers.mcp-standardnotes]
command = "npx"
args = ["-y", "mcp-standardnotes"]
[mcp_servers.mcp-standardnotes.env]
SN_EMAIL = "<your SN_EMAIL>"
SN_SERVER_URL = "<your SN_SERVER_URL>"
SN_CERT_FINGERPRINT = "<your SN_CERT_FINGERPRINT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<your SN_EMAIL>",
"SN_SERVER_URL": "<your SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<your SN_CERT_FINGERPRINT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<your SN_EMAIL>",
"SN_SERVER_URL": "<your SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<your SN_CERT_FINGERPRINT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-standardnotes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<your SN_EMAIL>",
"SN_SERVER_URL": "<your SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<your SN_CERT_FINGERPRINT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<your SN_EMAIL>",
"SN_SERVER_URL": "<your SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<your SN_CERT_FINGERPRINT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<your SN_EMAIL>",
"SN_SERVER_URL": "<your SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<your SN_CERT_FINGERPRINT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lozit%2Fmcp-standardnotes)<a href="https://mcptoplist.com/server/io.github.lozit%2Fmcp-standardnotes"><img src="https://mcptoplist.com/badge/io.github.lozit%2Fmcp-standardnotes.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lozit
Other servers by lozit
View all lozit servers →Available versions (5)
| Version | Published |
|---|---|
| 0.6.0 | Aug 7, 2026 |
| 0.5.1 | Aug 4, 2026 |
| 0.3.3 | May 12, 2026 |
| 0.3.2 | May 11, 2026 |
| 0.3.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains Standard Notes?
- Standard Notes is maintained by lozit, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Standard Notes listed on the Official MCP Registry?
- Yes — Standard Notes is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Standard Notes have?
- MCP Toplist tracks 5 versions of Standard Notes, most recently published on Aug 7, 2026.
- Where can I find the source code for Standard Notes?
- The source code for Standard Notes is hosted at github.com/lozit/mcp-standardnotes.