Standard Notes

Standard Notes MCP Connector for Claude

A+

Connect your AI to the Standard Notes encrypted ecosystem. Sync items natively, modify protected notes, and manage tags seamlessly.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Seamlessly integrate your highly secure Standard Notes environments directly into your local AI workflows. Eliminate the friction of manually transferring encrypted data or research logs into your conversational interface. Empower your assistant to execute encrypted synchronizations, draft new secure notes, and systematically organize your knowledge base with precise tag management across your entire architecture.

What you can do

  • Knowledge Retrieval — Securely list your encrypted notes via list_notes or retrieve specific detailed payloads using the get_item_details routine.
  • Automated Drafting — Command the agent to generate new structural content and save it securely via create_note, or surgically update existing drafts through update_note.
  • Vault Maintenance — Maintain a clean workspace by permanently removing deprecated assets via delete_item, and keep local context synchronized with the official server using sync_items.
  • Taxonomy & Organization — Streamline categorization by generating new organizational folders with create_tag, retrieving current structures with list_tags, and associating tags to specific items utilizing tag_note.

How it works

  1. Attach the Standard Notes MCP integration securely to your AI terminal.
  2. Configure your endpoint URL (Official Cloud or Self-Hosted) along with your valid JWT Access Token.
  3. Instruct your AI: "Retrieve the 'Project Alpha' note, update its contents with today's action items, and assign it the 'Priority' tag."

Who is this for?

  • Privacy-focused Researchers — Aggregate massive data logs using AI to pull notes, summarize them locally, and append new research securely without compromising client-side architecture.
  • Knowledge Architects & PKM Users — Orchestrate seamless taxonomy alignments by instructing the AI to methodically analyze and map untagged notes.
  • System Administrators — Automate the documentation of server incidents or deployment logs directly into a self-hosted encrypted database.
end-to-end-encryptionsecure-storagedata-privacyknowledge-basetag-managementsync

10 tools expose this connector's capabilities to your AI agent.

create_note

Provide plaintext title and text; encryption is handled by the sync layer. Creates a new encrypted note

create_tag

Creates a new tag

delete_item

This action is irreversible. Permanently deletes an item (note, tag, or extension) by UUID

get_auth_parameters

Retrieves authentication parameters for an account email

get_item_details

Retrieves a specific item (note, tag, or extension) by UUID

list_notes

Note content remains encrypted until decrypted with user keys. Lists all encrypted notes

list_tags

Lists all tags defined in the account

sync_items

Use the sync_token from the previous response. Performs a Standard Notes sync operation

tag_note

Requires both the tag UUID and the note UUID. Associates a tag with a note

update_note

Updates an existing note by UUID

See how to talk to your AI agent using Standard Notes.

List all active tags in my vault. Next, read out the title and UUID strings of my notes so I can assign categorizations properly.

Securely querying local Standard Notes indexes... **Tag Taxonomies (`list_tags`)**: - `Personal Infrastructure` (UUID: a1b2...) - `Work Configurations` (UUID: c3d4...) - `Project Research` (UUID: x8z1...) **Vault Notes Retrieved (`list_notes`)**: - Title: "Architecture Decisions 2026" [UUID: 99x1...] - Title: "NGINX Routing Documentation" [UUID: 88z2...] Please clarify which specific item you would like me to dissect using `get_item_details`.

Write a completely new structured document titled 'Q3 Marketing Directives'. Save it to my records mentioning our emphasis on standardizing B2B outreach.

Generating structured output through the `create_note` implementation... - **Metadata Title**: *Q3 Marketing Directives* - **Generated Body Content**: *This quarter demands a robust standardization of our B2B pipeline strategies. Client outreach synchronization will be prioritized...* **STATUS: VAULT RECORD SAVED ✅** The isolated item UUID generated from the central server was successfully registered locally.

System cleanup required. Permanently delete the draft attached to UUID 'note-xyz1' leveraging the standard removal procedures.

Verifying constraints for permanent destruction. Transmitting standard secure vectors across endpoints matching target ID to `delete_item` protocols... Targeted File: `note-xyz1`. **PERMANENT ERASURE CONFIRMED 🗑️** The item correlating to your input parameter UUID has been entirely removed from the persistent repository securely.

Absolutely. The `SN_SERVER_URL` parameter allows complete flexibility. You can use the official `https://api.standardnotes.com` endpoint, or simply provide the custom domain pointing to your private server infrastructure.

Related Connectors