io.github.lozit/mcp-standardnotes MCP Server
io.github.lozit/mcp-standardnotes
What is the io.github.lozit/mcp-standardnotes MCP server?
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
How to install io.github.lozit/mcp-standardnotes
Copy-paste configuration for popular MCP clients.
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_URLStandard 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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add mcp-standardnotes --env SN_EMAIL=<YOUR_SN_EMAIL> --env SN_SERVER_URL=<YOUR_SN_SERVER_URL> --env SN_CERT_FINGERPRINT=<YOUR_SN_CERT_FINGERPRINT> -- npx -y mcp-standardnotesRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.