MCP Servers / productivity / Obsidian

Obsidian

JSON →
none34productivity

A server for interacting with your Obsidian vault.

Install
How to run this server
[ { "cmd": "pip install .", "imports": [] } ]
server path: obsidian-5
Tools
What this server exposes
read_note
Read the content of a note in the Obsidian vault
write_note
Write or overwrite a note in the Obsidian vault
get_note_metadata
Get the frontmatter metadata of a note
update_note_metadata
Update the frontmatter metadata of a note
list_notes
List all notes in the vault
list_folders
List all folders in the vault
search_notes
Search notes by content or metadata
get_daily_note
Get or create the daily note for a specific date
get_outgoing_links
Get outgoing links from a note
get_backlinks
Get backlinks to a note
get_tags
Get all tags used in the vault
Configuration
Environment & auth
authnone
envOMCP_SERVER_PORT
Resources
Obsidian — MCP Server · libregistry