Obsidian MCP Rs
UnclaimedRust MCP server for Obsidian vaults — read, write, search notes via Model Context Protocol. Works with Claude, Cursor, and any MCP client.
Install
npx obsidian-mcp-rs installUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
action
string
add-tags
Add tags to notes in frontmatter and/or content.
caseSensitive
boolean
content
string
create-directory
Create a new directory in the vault.
create-note
Create a new note with Markdown content.
date
string
delete-note
Delete a note from the vault.
edit-note
Edit an existing note.
filename
string
files
string[]
folder
string
frontmatter
object
key
string
limit
number
location
string
maxMatchesPerFile
number
move-note
Move or rename a note within the vault.
newFilename
string
newFolder
string
normalize
boolean
offset
number
operation
string
path
string
period
string
periodic
Today's daily note, and its weekly/monthly/quarterly/yearly siblings — read from Obsidian's own settings (the Periodic Notes plugin's data.json, then core's daily-notes.json, then Obsidian's defaults), so it lands where Obsidian would rather than creating a stray note.
position
string
query
string
read-note
Read the content of an existing note.
recursive
boolean
regex
boolean
search
string
search-vault
Search notes by content, filename, or tag. Results are BM25-ranked, best-first, and paged.
searchType
string
tags
string[]
value
any
vault
string
vault-info
What's actually in this vault — the questions you ask before you know what to search for.
view
string
wikilinks
The vault's link graph, in one parallel pass.