Wren MCP server

A small companion app that lets Claude search, read, write and organise your Wren notes - running entirely on your own computer.

Short version: install it in Claude Desktop, point it at your Wren notes folder, and you can ask Claude things like "what are my open todos?" or "make a note that says call the vendor Tuesday." Your notes never leave your computer.

What it does

Once installed, Claude Desktop can work with your actual notes - no copy-pasting. The server exposes eleven tools. Four of them read:

The other seven write. Claude can change your notes, so it is worth knowing exactly what it can do:

What keeps the writes safe

The write tools are not a free hand over your notes folder. Five things constrain them:

Full technical detail, including the write-safety model, is in the wren-mcp README.

Your notes stay on your computer

The Wren MCP server is a local program. It reads the notes folder you point it at, on your own disk, and hands results to Claude over a local connection on your machine. It has no server of its own, requires no Wren account or login, and uploads nothing. The only data that leaves your computer is whatever you choose to share with Claude in a conversation — the same as any normal Claude chat. Full details in the Wren privacy policy.

Requirements

Install

  1. Download Wren.mcpb.
  2. Open Claude Desktop → Settings → Extensions.
  3. Drag Wren.mcpb into the Extensions area (or use the install control).
  4. When prompted, set the notes folder to your Wren notes folder.
  5. Click Install, then make sure the Wren extension is enabled in a new chat.

To confirm it works: in a Claude Desktop chat, say "make a note that says MCP test," then open Wren and look in the Inbox — your new note will be there to keep or discard.

FAQ

Which Claude apps can I use it with?

Claude Desktop (macOS / Windows) only. Local extensions can't run in Claude.ai on the web, the mobile apps, or Cowork.

Can it change or delete my existing notes?

Yes, and you should know that before you install it. Claude can update a note's body or title, append to it, change its tags, and delete it. Deleting is a soft delete - the note moves to a .trash folder in your notes folder and can be restored - and it requires an explicit confirmation flag. Edits require Claude to read the note first and pass back a fingerprint of what it read, so a note that changed underneath it is a rejected conflict rather than a silent overwrite. See what keeps the writes safe above.

Can I stop it from changing anything?

Not with a server-side switch - the tools are always registered. What you control is the conversation: Claude asks before it edits, and you can tell it to stay read-only in a given chat. If you want a hard guarantee that nothing changes, don't install the extension, or keep a backup of your notes folder. It's plain Markdown files, so any backup tool works.

Does it need a login?

No login and no account. You point it at a folder — that's the whole setup.

Where do AI-created notes go?

Into a staging area (the _inbox folder). You review each one in Wren and decide whether to keep (promote) or discard it. They never silently join your main notes.

Why isn't it built into the Wren app or extension?

Browser extensions and web apps can't run this kind of local program — it has to be a separate small app. It just reads the same notes folder Wren writes to, so it's the same notes either way.