Skip to main content
Glama
neslondiaze

mcp-obsidian

by neslondiaze

Obsidian Model Context Protocol

This is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).

Installation

Make sure Claude Desktop is installed.

Then, simply modify your Claude Desktop config located here:

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

You can easily find this through the Claude Desktop menu:

  1. Open Claude Desktop

  2. Click Claude on the Mac menu bar

  3. Click "Settings"

  4. Click "Developer"

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": {
        "markdown": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-obsidian",
                "<path-to-your-vault>"
            ]
        }
    }
}

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

Related MCP server: obsidian-mcp

image

Fork note: this is a public fork of the npm package mcp-obsidian@1.0.0 (upstream: Riku-AItech/mcp-obsidian) with Linux fixes. See CHANGES.md for the two patches (normalizePath toLowerCase bug + userIgnoreFilters support). All credit for the original code goes to the upstream author.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Bidirectional MCP server that connects Claude with an Obsidian vault, enabling note management, full-text search, graph traversal, and daily notes operations.
    3,468
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that stores notes as Markdown files on your machine, enabling you to save, search, and manage notes through natural language with Claude Code or Claude Desktop.
    5
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Remote MCP server for Obsidian vaults, enabling secure access to markdown notes from Claude clients without the Obsidian desktop app. Provides tools for searching, reading, listing recent notes, resolving daily notes, and creating/appending notes via HTTPS.
    6
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neslondiaze/mcp-obsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server