Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. MCP Obsidian
MCP Obsidian logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:02:19 PM

MCP Obsidian

User RatingsBe the first to rate and review this MCP server!
View Repository1.7k GitHub StarsTotal stargazers on GitHub for the source repository (1,655 stars).Visit Website
obsidianfile-systemsknowledge-managementnotes

Reads, searches, and edits local Obsidian vault files through a local stdio MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bitbonsai-mcp-obsidian": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The bitbonsai/mcp-obsidian MCP server gives MCP-compatible clients access to local Obsidian vault files through read, search, metadata, and editing tools. It runs as a local stdio process, receives the vault path as a command-line argument, and works without Obsidian running or an Obsidian plugin. File access is constrained to the configured vault root, with checks against traversal, symlink escapes, and selected hidden directories. Reach for it when an AI client needs to inspect or modify notes stored in a local Obsidian vault.

Use cases

•Read notes from a local Obsidian vault
•Search vault content by multiple terms
•Update note frontmatter and tags
•Create, patch, move, or delete vault files
•Review several notes in a batch

Key features

•Local stdio MCP access to an Obsidian vault
•Note reading, writing, patching, moving, and deletion
•Multi-word search with BM25 reranking
•Frontmatter and tag management
•Vault statistics, directory listing, and batch reads
•Read-only mode and vault-root path restrictions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Obsidian.

Extracted Tool Capabilities
Local stdio MCP access to an Obsidian vault
Note reading, writing, patching, moving, and deletion
Multi-word search with BM25 reranking
Frontmatter and tag management
Vault statistics, directory listing, and batch reads
Read-only mode and vault-root path restrictions

How MCP Obsidian works

What bitbonsai/mcp-obsidian MCP server does

The bitbonsai/mcp-obsidian MCP server exposes local Obsidian vault operations through the Model Context Protocol. It can read notes, create or replace content, append or prepend text, apply patches, delete files, move notes, and move other supported vault files. The server works directly with the vault directory rather than communicating through Obsidian itself.

It also provides tools for finding and inspecting content. Agents can list directories, read several notes at once, retrieve an outline or selected lines from a note, search notes, inspect frontmatter, review vault statistics, and work with tags. Wiki-link resolution can identify a note by name and report alternative paths when that name is ambiguous.

How it works

An MCP client launches the server as a local stdio process and supplies the vault path on the command line. The same MCP tool set is available to each compatible client, so the implementation does not depend on a particular AI provider. Obsidian does not need to be open, and no Obsidian plugin is required.

The configured directory becomes the vault root. Path validation blocks traversal outside that root and rejects symlink escapes, dotfiles, .obsidian, .git, and node_modules. Destructive operations add confirmation requirements: delete_note and move_file require matching confirmation paths. Frontmatter updates use AST-aware handling intended to preserve formatting for YAML fields that were not changed.

Setup and configuration

The bitbonsai/mcp-obsidian MCP server requires Node.js 20 or later, an Obsidian vault on the local filesystem, and an MCP-compatible client. The published package can be started with npx @bitbonsai/mcpvault@latest; adding a vault path selects that directory, while omitting the path uses the current working directory.

Client configuration passes the package name and vault path as the server command arguments. Multiple vaults can be configured as separate MCP server entries. A --read-only option exposes only read tools and rejects mutation requests; --read-only true and --read-only=true are also accepted.

The README provides configuration examples for Claude Desktop, Claude Code, ChatGPT Desktop for Enterprise, Education, or Team accounts, OpenCode, Gemini CLI, OpenAI Codex, IntelliJ IDEA 2025.1 or later, Cursor, Windsurf, and Ontheia. Other clients can use the server if they support local stdio MCP servers.

Tools and capabilities

The documented tool groups include:

  • File changes: write_note, patch_note, delete_note, move_note, and move_file.
  • Reading and navigation: read_note, get_note_outline, read_note_lines, list_directory, and read_multiple_notes.
  • Discovery: search_notes, including multi-word matching and BM25 reranking.
  • Metadata: get_frontmatter, update_frontmatter, get_notes_info, and get_vault_stats.
  • Tags and links: manage_tags, list_all_tags, and wiki_link.

write_note supports overwrite, append, and prepend modes. Search and batch-read responses use compact fields by default, with prettyPrint: true available for expanded output. The package also publishes TypeScript declarations and public types.

Limitations and notes

This server is designed for local vault access, not a hosted or remote Obsidian service. The client must be able to start a local process and the vault must be available as a local directory. Supported vault files include .md, .markdown, .txt, .base, and .canvas files. Read-only mode prevents mutation tools from being discovered and rejects direct mutation calls; normal read/write behavior is enabled when the option is omitted or set to false.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Obsidian MCP Server logoObsidian MCP Server

    SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.

    🧠 Knowledge & Memory2 views
    Compare vs Obsidian MCP Server →
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Easy Obsidian MCP logoEasy Obsidian MCP

    Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access.

    🧠 Knowledge & Memory3 views
    Compare vs Easy Obsidian MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1.7k
Stargazers on the source repository.
npm downloads
1M
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Obsidian

Install Node.js 20 or later, then run `npx @bitbonsai/mcpvault@latest`. Add a local vault path as an argument to use a specific vault.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Obsidian AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bitbonsai-mcp-obsidian?style=directory)](https://allmcps.com/mcp/bitbonsai-mcp-obsidian)
HTML Embed
<a href="https://allmcps.com/mcp/bitbonsai-mcp-obsidian"><img src="https://allmcps.com/api/badge/bitbonsai-mcp-obsidian?style=directory" alt="MCP Obsidian on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,655
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,655 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads1,049,637/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good Ā· 61/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools25/30
Adoption & activity14/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· @modelcontextprotocol/inspector (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to MCP Obsidian →Install in Claude DesktopInstall in CursorInstall in VS Code