Obsidian MCP Server
Provides tools for managing Obsidian vault notes, including creating, reading, updating, deleting, searching, moving notes with link updating, managing YAML frontmatter and tags, listing folders, and accessing daily notes with template support.
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 MCP ServerSearch my notes for 'project plan'"
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 MCP Server
A powerful Model Context Protocol (MCP) server that enables AI assistants (like Claude) to interact directly with your Obsidian vault. This server provides comprehensive tools for managing notes, structures, and metadata.
⚠️ Safety Warning & Backup Notice
This tool is still in active development. Since the server has write access to your Obsidian vault (including deleting and moving files), you should absolutely create regular backups of your vault (e.g., via Git, Dropbox, or Obsidian Sync). Use at your own risk.
🚀 Features
Full Note Management: Create, read, update (replace, append, prepend), and delete notes.
Smart Search: Full-text search, search in titles or tags, including regex support.
Organization:
List notes and folders.
Automatic creation of folder structures.
Move and rename files with automatic link updating.
Metadata Power:
Native YAML Frontmatter support.
Tag extraction (both inline
#tagand in frontmatter).Manage individual metadata fields.
Graph Functions: Find backlinks and extract outgoing links/embeds.
Daily Notes: Quick access to daily notes with template support.
Security: Integrated path validation ensures operations stay within the defined vault.
Related MCP server: Obsidian MCP Server
🛠 Easy Step-by-Step Installation
Connecting your Obsidian vault to Claude is easy! Follow these 5 steps.
1. Install "uv" (The Engine)
This tool uses a small helper called uv to run.
Open Terminal: Press
Cmd + Space, type "Terminal" and hit Enter.Paste this command: Copy the line below, paste it into the Terminal, and hit Enter:
curl -LsSf https://astral.sh/uv/install.sh | shRestart Terminal: Close the Terminal window and open it again to finish the setup.
2. Prepare the Tool
Download (or clone) this project to a folder on your computer.
Note down the Folder Path. (Tip: Right-click the folder, hold the
Optionkey, and select "Copy as Pathname").
3. Get your Obsidian Vault Path
Claude needs to know where your notes are.
Open Obsidian and right-click on your Vault name (top left).
Select "Show in Finder".
Right-click your vault folder, hold the
Optionkey, and select "Copy as Pathname". Example:/Users/yourname/Documents/MyNotes
4. Tell Claude about it
Open Claude Desktop.
Go to the menu: Claude -> Settings... -> Developer.
Click "Edit Config". A file will open in your text editor.
Paste the following code into that file. ⚠️ IMPORTANT: Replace
/PATH/TO/TOOL/FOLDERwith the path from Step 2, and/PATH/TO/YOUR/VAULTwith the path from Step 3.
{
"mcpServers": {
"obsidian": {
"command": "uv",
"args": [
"run",
"--path",
"/PATH/TO/TOOL/FOLDER",
"obsidian_mcp.py"
],
"env": {
"OBSIDIAN_VAULT_PATH": "/PATH/TO/YOUR/VAULT"
}
}
}
}Save the file and Restart Claude Desktop.
5. Confirm it Works
In a new chat with Claude, look for the plug icon 🔌. You can now say:
"Search my Obsidian notes for 'Ideas'"
"Create a new note about my workout today"
"What did I write in my daily note yesterday?"
🧰 Available Tools
Tool | Description |
| Reads note content including metadata (JSON/Markdown). |
| Creates a new note (automatically creates folders if needed). |
| Edits notes (modes: |
| Deletes notes (moves to Obsidian trash by default). |
| Powerful search across content, titles, or tags. |
| Lists notes with sorting (name, date) and pagination support. |
| Displays the folder structure of your vault. |
| Creates a new folder in the vault. |
| Moves/renames notes and updates links in other notes. |
| Returns all used tags (including frequency). |
| Finds all notes containing a specific tag. |
| Allows granular updates of YAML metadata. |
| Lists all outgoing links and embedded files in a note. |
| Shows all notes that link to the current note. |
| Opens or creates the daily note for a specific date. |
| Returns statistical information about the entire vault. |
📝 License
MIT
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.
Latest Blog Posts
- 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/Rijonm/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server