Obsidian Copilot is a community plugin that turns your vault into a place you can actually chat with, not just a folder of markdown files an AI has to be fed one note at a time.
I already run an Obsidian MCP server to connect Claude to my vault, so people often ask how Copilot is different or whether it replaces that setup entirely.
Short answer: they solve overlapping problems in different ways. This is what Obsidian Copilot actually does, what it costs, and when it makes more sense than a raw MCP connection.
What Obsidian Copilot actually is

Obsidian Copilot is an in-vault AI assistant built as a single plugin, not a protocol you configure by hand. Install it, point it at an LLM provider, and you get chat, search, and editing tools inside Obsidian itself.
The pitch is a lower setup cost than wiring up MCP yourself. You trade some of the flexibility of a raw protocol connection for a plugin that already made most of the decisions for you.
The core features
Smart Vault Search lets you chat with your notes with no extra setup, which is the feature most people install the plugin for in the first place.
It also handles multimedia beyond plain text. Drop in a webpage, a YouTube video, an image, or a PDF and ask questions about it directly inside the chat.
A Composer with Quick Commands applies edits to your writing with one click, covering the repetitive stuff like summarizing, shortening, expanding, or fixing grammar without a separate app.
Where Claude Code fits in
The more interesting part for anyone already running agentic tools is that Copilot can embed Claude Code as a collaborator inside your vault, with file read and write, search, and bash commands available through the Agent Client Protocol.
That turns the plugin from a chat window into something closer to a workspace, where an agent can act on your notes directly instead of you copying text back and forth by hand.
Free vs paid
The free tier sends your messages and notes only to whichever LLM provider you configure yourself, whether that is OpenAI, Anthropic, or Google. Nothing routes through the plugin maker’s own servers on that tier.
Paid tiers add convenience on top, mainly around managed model access and some of the more advanced agentic features, but the core chat and search experience works fine on the free plan with your own API key.
How it compares to a raw MCP setup
An MCP server gives you the protocol and nothing else. You choose the client, you choose how much access to grant, and you keep full control over exactly what an AI can read or write in your vault.
Copilot gives you a finished product instead. Less configuration, a real chat interface out of the box, and multimedia support that a bare MCP connection does not include on its own.
If you want the fastest path to chatting with your notes, Copilot wins. If you want to wire a specific agent into your vault with precise control over scope, MCP is still the more flexible foundation.
Setting it up
Install it from the Community Plugins browser inside Obsidian, then add an API key for whichever model provider you want to use. There is no separate server process to run, which is the main practical difference from an MCP setup.
From there, Smart Vault Search works immediately. The agentic Claude Code integration takes a bit more setup, since it needs the Agent Client Protocol connection configured on top of the base plugin.
Obsidian Copilot, quick answers
Is Obsidian Copilot free? Yes, on the free tier your notes go only to the LLM provider you configure yourself. Paid tiers add managed convenience but are not required for the core features.
Does it replace an Obsidian MCP server? Not exactly. Copilot is a finished plugin experience, while MCP is a protocol you configure yourself with more control over scope. Some people run both.
Can it use Claude specifically? Yes, you can configure Anthropic as your provider, and the plugin can also embed Claude Code itself as an agentic collaborator through the Agent Client Protocol.
Does my data leave my vault? On the free tier, only to the LLM provider you chose. The plugin itself does not route your notes through its own servers on that plan.
Where this fits
I write about the tools I actually run keeping an AI connected to my own notes and workload as a solo developer. If a connected system for managing that whole workload interests you, join the AIOS waitlist.


