ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Reflect Notes with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI to read, write, and explore your networked thought graph in Reflect Notes securely via their API.

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 Reflect Notes capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Reflect Notes.

  1. 01

    Get backlinks

    Retrieves all notes that link to a specific note

  2. 02

    Get current user

    Retrieves profile details for the authenticated Reflect user

  3. 03

    List books

    Lists all books saved or imported into Reflect

  4. 04

    List graphs

    Lists all Reflect graphs (workspaces) accessible by the user

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Reflect Notes.

  1. 05

    List links

    Lists all saved links (bookmarks) in a graph

  2. 06

    Create link

    Reflect will automatically attempt to extract metadata. Saves a new web link/bookmark to a Reflect graph

  3. 07

    Create note

    Specify subject and Markdown content. Creates a new note in a Reflect graph

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Reflect Notes.

  1. 08

    Append daily note

    Optionally specify a list/heading name. Appends Markdown text to today's daily note

  2. 09

    Get note

    Retrieves the full content and metadata of a Reflect note

  3. 10

    List notes

    Lists all notes within a specific Reflect graph

Observed, not estimated

880ms average. Fast in production.

Reflect Notes is checked daily against the live service.

Daily averagePeak 1120ms
Aug 20Today
Fastest day
740ms
Slowest day
1120ms
14-day trend
Slowing+36%

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 Reflect Notes, so you can see the experience inside your AI.

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

Reflect Notes Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/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 — Reflect Notes capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "reflect-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_WJ1Sa2e6Qh0oZceRWL5WDXLan1LmPKnD4swav4Po/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 Reflect Notes owners ask.

  • 01

    Can the agent create new graphs from scratch?

    No. The AI via the MCP can fully manage notes, generate fresh links, and organize entries, but you must create top-level workspaces (Graphs) directly within the native Reflect desktop or web applications first.

  • 02

    Will append_daily_note overwrite my existing notes for today?

    No, append_daily_note strictly adds the provided Markdown blocks to the very bottom of today's Daily Note section in Reflect. It is a completely safe, non-destructive operation preserving your older notes intact.

  • 03

    Can I search notes by standard keywords instead of IDs?

    The underlying Reflect API largely focuses on ID-based lookups (note_id). You can request the AI to first list_notes which provides titles for semantic checking, and then it can dynamically chain the ID lookup to read your specific content immediately after.