obsidian-local-mcp

chs2147/obsidian-local-mcp
★ 0 stars TypeScript AI/LLM Updated 1d ago
MCP server for local Obsidian Vault integration with Claude — note CRUD, YAML frontmatter normalization, web settings UI, and Claude Skill
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-local-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chs2147/obsidian-local-mcp"
      ]
    }
  }
}

README Excerpt

로컬 디스크의 특정 디렉토리를 **Obsidian Vault**로 다루는 MCP 서버입니다. Claude(Desktop / Code)가 Vault 안에서 노트를 **생성·읽기·수정**하고 **폴더를 읽고 생성**할 수 있게 합니다. Claude가 만드는 모든 신규 노트에는 Obsidian Properties (YAML frontmatter)가 고정 순서로 기본 부여됩니다: ```yaml --- title: aliases: tags: author: date: source: type: Service URL: --- ``` Vault 위치와 기본 author는 **로컬 웹 설정 페이지(GUI)** 에서 변경합니다.