obsidian-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@obsidian-mcplist all notes tagged 'meeting'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidian for Claude
Connect Claude to your local Obsidian vault. Ask Claude to list, read, search and (optionally) edit your notes, all running on your own computer.
This extension talks to your vault through the community plugin Local REST API by coddingtonbear. That plugin is what exposes your vault locally; this extension connects Claude to it. Nothing leaves your machine.
What you need
The Local REST API community plugin by coddingtonbear, installed and enabled (steps below)
Claude Desktop
Related MCP server: obsidian-mcp-server
Setup (about 3 minutes)
1. Install the Local REST API plugin in Obsidian
In Obsidian, open Settings > Community plugins. If Restricted Mode is on, click Turn on community plugins — the Browse button only appears after this.
Click Browse, search for "Local REST API" (by coddingtonbear), then Install and Enable it.
Open the plugin's settings (Settings > Local REST API) and copy the API key shown there. Keep it handy for the next step.
2. Install this extension in Claude Desktop
Download the
obsidian.mcpbfile.In Claude Desktop, open Settings > Extensions.
Under Advanced settings, click Install Extension and select the downloaded file (you can also drag the file into that window).
When prompted, paste the API key from step 1. It is stored securely in your operating system's keychain, never in a plain text file.
Choose your permissions (see below), then enable the extension.
3. Try it
Open a chat and ask, for example: "List the notes in my Obsidian vault" or "Summarize my daily note."
Permissions
To keep you in control, the extension has three levels, set in its settings:
Read (always on) — list, read, and search your notes.
Allow creating and editing notes (on by default) — let Claude add to and modify notes.
Allow deleting notes (off by default) — let Claude delete notes. This is destructive; leave it off unless you need it.
Turn editing or deleting off at any time to make the extension effectively read-only.
Privacy Policy
This extension does not collect, transmit, or store any of your data on any external server. Everything runs locally on your computer.
Data collection: The extension collects no personal data and no usage data.
Usage and storage: All communication happens locally, between Claude Desktop and Obsidian over
127.0.0.1(localhost). Your notes never leave your machine through this extension. Your Obsidian API key is stored in your operating system's secure keychain (macOS Keychain / Windows Credential Manager), never in a plain text file.Third-party sharing: No data is shared with any third party. The only network connection the extension makes is to your own Obsidian instance on localhost, through the Local REST API plugin.
Data retention: The extension does not retain or persist your notes or vault data. It processes data only transiently to fulfill each request and keeps nothing afterward.
Analytics and telemetry: None.
Contact: For questions or privacy concerns, open an issue at https://github.com/martinblq/obsidian-mcp/issues.
This extension depends on the Local REST API plugin, which runs its own local server on your machine; refer to that plugin's documentation for its behavior.
Security notes
Traffic to Obsidian uses HTTPS on localhost. The Local REST API plugin uses a self-signed certificate; because the connection never leaves your machine (
127.0.0.1), certificate verification is not enforced for this local link.The API key grants access to your vault. Keep it private. You can regenerate it at any time in the plugin's settings, then update it in this extension's settings.
Troubleshooting
"Could not reach Obsidian" — make sure Obsidian is running and the Local REST API plugin is enabled.
Authentication errors — re-check the API key in the extension settings against the plugin's settings.
Credits
Local REST API plugin by coddingtonbear
This is a community extension. It is not built by, affiliated with, or endorsed by Obsidian.
Development
This extension is open source. The runtime is a single bundled file built from src/index.js.
npm install # install the MCP SDK + esbuild
npm run build # bundle src/index.js -> server/index.mjs
npm run pack # build, then create obsidian.mcpbsrc/index.js— the full, readable server source.server/index.mjs— generated build artifact (git-ignored).obsidian.mcpb— the packaged extension (git-ignored); attach it to a GitHub release.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables Claude Code read/write access to an Obsidian vault, including creating, editing, searching, and browsing notes.Last updated8MIT
- Alicense-qualityDmaintenanceConnects Claude.ai to your local Obsidian vault for full CRUD access, search, and daily note creation via the Model Context Protocol.Last updated4513MIT
- Alicense-qualityBmaintenanceConnects Claude Desktop to your Obsidian vault, enabling reading, writing, searching, and organizing notes locally.Last updated1MIT
- Alicense-qualityDmaintenanceEnables Claude Desktop to interact with an Obsidian vault through the Local REST API, allowing file listing, reading, searching, creating, and updating markdown notes.Last updated2,001Apache 2.0
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martinblq/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server