MCP Servers / productivity / Obsidian MCP

Obsidian MCP

JSON →
stdionone1productivity

Read, write, search, and navigate your Obsidian notes using natural language

Install
How to run this server

No install command recorded.

server path: obsidian-mcp
Tools
What this server exposes
obsidian_list_notes
List notes in the vault, optionally filtered to a folder. Paginated.
obsidian_read_note
Read the full content of a note by vault-relative path.
obsidian_create_note
Create a new note with optional YAML frontmatter.
obsidian_update_note
Overwrite an existing note's content and frontmatter.
obsidian_append_to_note
Append content to a note (creates it if missing).
obsidian_delete_note
Permanently delete a note.
obsidian_move_note
Move or rename a note to a new path.
obsidian_get_note_metadata
Read only the frontmatter and tags, without loading the body.
obsidian_search_notes
Full-text search across all notes (case-insensitive).
obsidian_search_by_tag
Find all notes with a specific #tag.
obsidian_get_backlinks
Find all notes that [[link]] to a given note.
obsidian_list_folders
List folders in the vault with note counts.
obsidian_create_folder
Create a new folder (parents created automatically).
Configuration
Environment & auth
authnone
Resources
Obsidian MCP — MCP Server · libregistry