Connection check
local install
mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
Tools
16
GitHub stars
9
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
16 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
notes_create
from source
Create a new note. Create a new note.
notes_create_many
from source
Create up to 50 notes in a single sync push. Returns the list of created uuid+title. Create up to 50 notes in a single sync push. Returns the list of created uuid+title.
notes_delete
from source
Trash a note (permanent=true purges irreversibly). Trash a note (permanent=true purges irreversibly).
notes_get
from source
Fetch a single note Fetch a single note
notes_list
from source
List notes (decrypted locally). Returns uuid/title/updatedAt/preview. Optional List notes (decrypted locally). Returns uuid/title/updatedAt/preview. Optional
notes_search
from source
Full-text search across decrypted notes. Full-text search across decrypted notes.
notes_stats
from source
Vault statistics: counts (total/active/trashed), tags, byNoteType, sizes, oldest/newest/largest note. Vault statistics: counts (total/active/trashed), tags, byNoteType, sizes, oldest/newest/largest note.
notes_update
from source
Update an existing note by UUID. Update an existing note by UUID.
sync
from source
Force a full sync with the server. Returns decrypted note/tag counts. Force a full sync with the server. Returns decrypted note/tag counts.
tags_attach
from source
Attach an existing tag to a note. Attach an existing tag to a note.
tags_create
from source
Create a new tag. Pass Create a new tag. Pass
tags_delete
from source
Delete a tag (permanent — tags have no trash state). Delete a tag (permanent — tags have no trash state).
tags_detach
from source
Remove a tag from a note. Remove a tag from a note.
tags_get
from source
Fetch a single tag (title, linked note UUIDs, parentUuid) by UUID. Fetch a single tag (title, linked note UUIDs, parentUuid) by UUID.
tags_list
from source
List all tags (uuid, title, updatedAt, noteCount, parentUuid). List all tags (uuid, title, updatedAt, noteCount, parentUuid).
tags_update
from source