Obsidian

Tools

Connect AI to your Obsidian vault via the Local REST API plugin. Read, write, search, and organize notes — including daily notes, tags, frontmatter, Dataview queries, graph analysis, and image reading. Images are returned as visual content AI models can see and analyze. Requires: Obsidian Local REST API plugin + mcpbundles proxy start

This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

35 tools

Works with Claude, Cursor, ChatGPT, and any MCP client. Free account required for Studio.

Obsidian
SKILL.md

Read, write, search, and organize notes in an Obsidian vault via the Local REST API

Tools in this Bundle (35)

Obsidian Add Tags

v1.0.0

Add tags to a note's frontmatter without removing existing tags. Creates the tags frontmatter field if it doesn't exist. Supports hierarchical tags (e...

Obsidian Advanced Search

v1.0.0

Advanced search using Dataview DQL queries or JsonLogic expressions. Dataview DQL runs TABLE queries against notes (requires the Dataview plugin). Jso...

Obsidian Append Daily Note

v1.0.0

Append content to today's daily note. Creates the note from template if it doesn't exist. The most natural way to add tasks, thoughts, and log entries...

Obsidian Append Note

v1.0.0

Append content to the end of a note. Creates the file if it doesn't exist. Ideal for adding journal entries, task items, or log lines without replacin...

Obsidian Batch Read

v1.0.0

Read multiple notes in a single tool call. More efficient than calling obsidian_read_note repeatedly. Returns each note's content, frontmatter, and me...

Obsidian Create Folder

v1.0.0

Create a new folder in the vault by creating a placeholder .gitkeep file. All parent directories are created automatically. If the folder already exis...

Obsidian Date Search

v1.0.0

Find notes by modification or creation date. Search for notes modified/created within the last N days. Useful for reviewing recent work or finding rec...

Obsidian Delete Note

v1.0.0

Permanently delete a note from the vault. This cannot be undone via the API. The file is moved to Obsidian's trash (system trash or .trash folder, dep...

Obsidian Find Broken Links

v1.0.0

Find all broken [[wikilinks]] across the vault — links that point to notes that don't exist. Reports each broken link with its source note and target....

Obsidian Find Orphans

v1.0.0

Find orphan notes — notes that no other note links to via [[wikilinks]]. Useful for vault maintenance: orphans may be forgotten ideas, stale drafts, o...

Obsidian Get Active Note

v1.0.0

Get the note currently open and focused in Obsidian. Returns the content, frontmatter, tags, and file stats of whatever note the user is looking at ri...

Obsidian Get Backlinks

v1.0.0

Find all notes that link to a given note via [[wikilinks]]. Useful for exploring the knowledge graph, understanding note relationships, and finding no...

Obsidian Get Daily Note

v1.0.0

Get today's daily note. This is the #1 Obsidian workflow — most users have a daily note for journaling, task tracking, and capturing thoughts. Creates...

Obsidian Get Outgoing Links

v1.0.0

List all outgoing [[wikilinks]] from a given note. Checks each link target to determine if it exists in the vault (resolved) or is a broken link (unre...

Obsidian Get Periodic Note

v1.0.0

Get a periodic note (daily, weekly, monthly, quarterly, or yearly). Returns the current period's note by default, or a specific date's note when year/...

Obsidian Graph Neighbors

v1.0.0

Explore the knowledge graph around a note using breadth-first traversal. Returns all notes reachable within N hops via wikilinks. Supports outgoing li...

Obsidian List Commands

v1.0.0

List all available Obsidian commands with their IDs and names. Use the command ID with obsidian_run_command to execute a command. Commands include cor...

Obsidian List Directory

v1.0.0

List files and subdirectories in the vault. Returns file names (with .md extension) and directory names (with trailing /). Omit path to list the vault...

Obsidian List Tags

v1.0.0

List all tags used across the vault with usage counts. Includes both inline #tags and frontmatter tags. Hierarchical tags (e.g. #project/active) contr...

Obsidian List Tasks

v1.0.0

List and filter tasks (- [ ] and - [x] checkboxes) across all notes in the vault. Filter by completion status (open/completed), folder, tag, or search...

Obsidian List Templates

v1.0.0

List available note templates in the vault. Templates are markdown files in the templates folder that can be used as starting points for new notes. Re...

Obsidian Move Note

v1.0.0

Move or rename a note to a new location in the vault. When the filename changes, automatically updates all [[wikilinks]] across the vault that referen...

Obsidian Open Note

v1.0.0

Open a note in the Obsidian application UI, bringing it into focus. Useful after creating or modifying a note so the user can see it. If the file does...

Obsidian Patch Note

v1.0.0

Surgically insert, prepend, or replace content at a specific location in a note. Target a heading (including nested headings), block reference, or fro...

Obsidian Property Search

v1.0.0

Search notes by frontmatter property values with comparison operators. Finds all notes where a specific property matches your criteria. Supports equal...

Obsidian Read Image

v1.0.0

Read an image from the Obsidian vault and return it so the AI can see it. Pass the path to any image file (PNG, JPEG, GIF, WebP, BMP, SVG). The image ...

Obsidian Read Note

v1.0.0

Read a note from the Obsidian vault by file path. Returns the note content, parsed frontmatter, tags, and file stats by default. Use format='map' to d...

Obsidian Regex Search

v1.0.0

Search notes using regular expressions for complex pattern matching. Finds code patterns, URLs, tasks, structured data, and more. Returns matching not...

Obsidian Remove Tags

v1.0.0

Remove specific tags from a note's frontmatter. Other tags are preserved. Silently ignores tags that don't exist on the note.

Obsidian Rename Tag

v1.0.0

Rename a tag across all notes in the vault. Updates both frontmatter tags and inline #hashtags. Useful for reorganizing your tagging system.

Obsidian Run Command

v1.0.0

Execute any Obsidian command by its ID. Commands can open views (graph, outline), trigger plugins (insert template, export to PDF), toggle settings, a...

Obsidian Search

v1.0.0

Full-text search across all notes in the Obsidian vault. Returns matching notes with relevance scores and surrounding context for each match.

Obsidian Search Replace

v1.0.0

Search and replace text within a single note. Supports plain text or regex patterns. When using regex, backreferences ($1, $2) work in the replacement...

Obsidian Vault Stats

v1.0.0

Get statistics about the Obsidian vault: total notes, folders, tags, and a breakdown by directory. Useful for understanding vault structure.

Obsidian Write Note

v1.0.0

Create a new note or completely replace an existing one in the vault. Provide the full markdown content including any frontmatter. WARNING: This overw...

Required Providers (1)

Obsidian

Utilities & Tools
Connect AI to your Obsidian vault via the Local REST API plugin. Read, write, search, and organize notes — including...

Setup Instructions

Connect this Obsidian MCP Bundle Server to any MCP client in minutes

Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients

https://mcp.mcpbundles.com/bundle/obsidian

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Obsidian?

Start using these tools with your AI assistant

Obsidian MCP Bundle Server • MCP Bundles