Overview of Obsidian MCP Server Tools
mainThe obsidian-mcp-server provides fourteen tools categorized by their primary function to allow an agent to interact with an Obsidian vault:
- Readers: Fetch notes and metadata using
obsidian_get_note,obsidian_list_notes,obsidian_list_tags, andobsidian_search_notes. - Writers: Create or surgically edit content using
obsidian_write_note,obsidian_append_to_note,obsidian_patch_note, andobsidian_replace_in_note. - Managers: Reconcile tags and frontmatter using
obsidian_manage_tagsandobsidian_manage_frontmatter. - Command Execution: A guarded escape hatch to dispatch Obsidian command-palette commands via
obsidian_execute_commandandobsidian_list_commands(requires opt-in). - Other:
obsidian_delete_notefor file removal andobsidian_open_in_uito open files in the Obsidian app.