ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Standard Notes with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI to the Standard Notes encrypted ecosystem. Sync items natively, modify protected notes, and manage tags seamlessly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Standard Notes capability set.

These are the exact actions your AI can choose when you ask it to work with Standard Notes.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Standard Notes.

  1. 01

    Create note

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

  2. 02

    Delete item

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

  3. 03

    Tag note

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

  4. 04

    List notes

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

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Standard Notes.

  1. 05

    List tags

    Lists all tags defined in the account

  2. 06

    Sync items

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

  3. 07

    Update note

    Updates an existing note by UUID

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Standard Notes.

  1. 08

    Create tag

    Creates a new tag

  2. 09

    Get auth parameters

    Retrieves authentication parameters for an account email

  3. 10

    Get item details

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

Observed, not estimated

866ms average. Fast in production.

Standard Notes is checked daily against the live service.

Daily averagePeak 1088ms
Aug 20Today
Fastest day
739ms
Slowest day
1088ms
14-day trend
Stable-1%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Standard Notes, so you can see the experience inside your AI.

It does not authenticate your account with Standard Notes. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Standard Notes Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_8Zi4699wpjclM6SaMLil1WodZYiIvcPkcj3zVhbk/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Standard Notes capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "standard-notes-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_8Zi4699wpjclM6SaMLil1WodZYiIvcPkcj3zVhbk/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Standard Notes owners ask.

  • 01

    If I am self-hosting Standard Notes on my own server, can this integration still connect to it?

    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.

  • 02

    Are my encrypted notes fully exposed to the AI model during a query?

    The server passes local encrypted blocks down to the MCP layer. While list_notes primarily retrieves metadata and structural UUIDs, executing an extraction using get_item_details or writing entirely new content via create_note will securely transmit standard text directly to the model's localized context.

  • 03

    What is the purpose of the 'sync_items' functionality?

    Standard Notes employs a client-side database synchronization architecture. The sync_items module retrieves exclusively the differences or modifications made since the execution of your last tracked sync_token. It ensures local operational states match the remote vault natively.