You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

mcp-obsidian

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-obsidian

Model Context Protocol server for Obsidian Vaults

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
2.2K
5.93%
Maintainers
0
Weekly downloads
 
Created
Source

Obsidian Model Context Protocol

This is a connector to allow Claude Desktop (or any MCP client) to read and search an Obsidian vault. This will also work for any Markdown directory.

Installation

Make sure Claude Desktop is installed.

Then, simply modify your Claude Desktop config locationed here:

~/Library/Application\ Support/Claude/claude_desktop_config.json

If you don't have this config, you can create an empty file at this location.

Add the following to the mcpServers array, replacing <path-to-your-vault> with the path to your Obsidian vault.

{
    "mcpServers": {
        "obsidian": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-obsidian",
                "<path-to-your-vault>"
            ]
        }
    }
}

Then, start Claude Desktop and you should see the following MCP tools listed:

image

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts