---
title: NoteMCP vs Obsidian
slug: notemcp-vs-obsidian
rival: Obsidian
rival_url: https://obsidian.md
description: Obsidian keeps your notes as files on your own disk. NoteMCP keeps them somewhere any AI can reach. What each choice actually costs.
heading: Obsidian owns the files. This one answers the questions.
updated: 2026-08-27
position: 30
sources:
  - https://obsidian.md/pricing — checked 2026-08-27
  - https://obsidian.md/plugins — community MCP plugins, checked 2026-08-27
---

Obsidian is the strongest argument against every hosted notes app, including
this one, and it deserves to be stated at full strength: your notes are plain
Markdown files in a folder on your own disk. No account, no server, no company
that can change its mind. If that is what you want, nothing here beats it, and
NoteMCP does not try to.

> **Short answer:** Obsidian wins on ownership and loses on reach. Its files are
> on your machine, which is exactly why an assistant on your phone, or a cloud
> agent, or ChatGPT on someone else's laptop, cannot read them. NoteMCP trades
> local ownership for an endpoint any AI can query — and keeps the notes in the
> same plain Markdown, exportable on every plan.

## At a glance

| Capability                                           | Obsidian                         | NoteMCP                        |
| ---------------------------------------------------- | -------------------------------- | ------------------------------ |
| Notes as plain Markdown you can read without the app | yes                              | yes                            |
| Files stored on your own disk                        | yes                              | no, hosted                     |
| Works with no account and no internet                | yes                              | ~ offline capture, hosted sync |
| Linking and a graph of your notes                    | yes                              | ~ tags and threads             |
| Plugin ecosystem                                     | yes                              | no                             |
| Any AI can read it over MCP                          | ~ community plugin, desktop only | yes, every plan                |
| That works from a phone                              | no                               | yes                            |
| Voice notes, recorded and transcribed                | ~ via plugin                     | yes                            |
| Saved links keep title, picture and source           | ~ via plugin                     | yes                            |
| Sync across devices included                         | no, paid add-on                  | yes                            |
| Source code you can read                             | no                               | yes                            |

Caption: From Obsidian's public pricing and plugin directory, checked August 2026. Obsidian's app is proprietary; the files it writes are not, which is the distinction that matters most here.

## Where Obsidian is the better choice

- **You actually own the notes.** Files on disk, in a format that outlives every
  company involved. This is the single strongest claim any notes app can make
  and Obsidian is the one making it.
- **Nothing can be taken away.** No subscription lapse, no plan change, no
  service shutting down and giving you ninety days to export.
- **Linking as a way of thinking.** Backlinks and the graph view are a real
  method, not a gimmick, and NoteMCP has nothing like them.
- **Plugins.** Whatever you need it to do, someone has probably built it.
- **It is free for personal use**, with sync as the paid add-on.

## Where NoteMCP is the better choice

- **An assistant can actually reach your notes.** MCP plugins exist for
  Obsidian and they work — on a desktop, while that desktop is running, for a
  client on the same machine. NoteMCP's endpoint is a URL, so Claude on your
  phone and an agent running in the cloud both reach the same notes.
- **Capture on a phone is a first-class thing.** Share a link into it, save a
  screenshot, record a voice note. Obsidian on mobile is a text editor with a
  vault attached.
- **Voice notes are transcribed automatically** and become searchable text.
- **Search matches meaning, and matches across languages.** Obsidian's search is
  text matching over files; finding a note whose words you have forgotten is a
  plugin problem.
- **Sync is included rather than sold.**

## The real difference

This is the honest trade, and it is not close to free in either direction:
**Obsidian gives you custody; NoteMCP gives you reach.**

A file on your disk cannot be read by an assistant that is not on your disk.
That is not a gap in Obsidian's product, it is the direct consequence of the
thing Obsidian is good at. Every workaround — a sync service, a local MCP
bridge, a plugin exposing a port — is an attempt to get reach back without
giving up custody, and each one adds a moving part you now maintain.

NoteMCP takes the other side of the trade and then tries to make it cost as
little as possible: notes stay plain Markdown, export is on every plan
including the free one, and the whole server is open source, so the worst case
is that you run it yourself rather than that you lose anything.

## If you are deciding

- **Choose Obsidian** if custody is the point — if the reason you take notes at
  all is that they will still be readable in twenty years, on hardware you own.
- **Choose NoteMCP** if the notes are only useful when something can answer
  questions about them, and that something is not always sitting at your desk.
- **Run both** if you like: keep the vault as the archive, use NoteMCP as the
  inbox that your assistant reads. They both speak Markdown, so text moves
  between them without a converter.

## Questions

### Can Obsidian work with Claude or ChatGPT over MCP?

Through community plugins, yes, with two conditions: the plugin runs on a
desktop, and that desktop has to be awake and running Obsidian for the
connection to work. It is a real solution for a developer at a desk. It is not
one for an assistant on your phone or an agent running somewhere else, which is
what a hosted endpoint like `https://notemcp.com/mcp` gives you.

### Is NoteMCP local-first like Obsidian?

No, and it would be dishonest to imply it. NoteMCP is hosted. What it offers
instead: notes stored as plain Markdown, export on every plan, and a public
codebase you can self-host. That is a weaker guarantee than files on your own
disk, and you should weigh it as one.

### Do I lose my notes if I stop paying?

No. You drop to the free plan and keep everything you have written — readable,
searchable and exportable. Photos and voice recordings are kept for 90 days
after that, with two emails before anything goes.

### Does NoteMCP have backlinks and a graph?

No. It has nested tags and threads — a note can be continued rather than
rewritten — and search that matches on meaning. If a graph of linked notes is
your working method, Obsidian is the tool built for it.
