obsidian-mcp-server

sunub/obsidian-mcp-server
★ 2 stars TypeScript 🤖 AI/LLM Updated today
Obsidian vault의 문서들을 AI 에이전트나 외부 애플리케이션에서 쉽게 탐색하고 관리하는 것을 목적으로 하는 MCP Server
View on GitHub →

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sunub/obsidian-mcp-server"
      ]
    }
  }
}