Skip to main content
Glama

Obsidian 모델 컨텍스트 프로토콜

대장간 배지

이는 Claude Desktop(또는 모든 MCP 클라이언트)이 Markdown 노트(예: Obsidian Vault)가 들어 있는 모든 디렉토리를 읽고 검색할 수 있도록 해주는 커넥터입니다.

설치

Claude Desktop과 npm 설치되어 있는지 확인하세요.

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Obsidian Model Context Protocol을 자동으로 설치하려면:

지엑스피1

그런 다음 Claude Desktop을 다시 시작하면 다음 MCP 도구가 나열되어 있는 것을 볼 수 있습니다.

영상

VS Code를 사용한 사용

빠른 설치를 위해 아래의 원클릭 설치 버튼 중 하나를 사용하세요.

VS Code에서 NPX로 설치 VS Code Insiders에서 NPX로 설치

수동 설치의 경우, VS Code의 사용자 설정(JSON) 파일에 다음 JSON 블록을 추가하세요. Ctrl + Shift + P 를 누르고 Preferences: Open User Settings (JSON) 입력하면 됩니다.

원하는 경우, 작업 공간의 .vscode/mcp.json 파일에 추가할 수 있습니다. 이렇게 하면 다른 사용자와 구성을 공유할 수 있습니다.

.vscode/mcp.json 파일에는 mcp 키가 필요하지 않습니다.

{
  "mcp": {
    "inputs": [
      {
        "type": "promptString",
        "id": "vaultPath",
        "description": "Path to Obsidian vault"
      }
    ],
    "servers": {
      "obsidian": {
        "command": "npx",
        "args": ["-y", "mcp-obsidian", "${input:vaultPath}"]
      }
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Obsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)
    17
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.
    9
  • F
    license
    B
    quality
    D
    maintenance
    A connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.
    2
    25

View all related MCP servers

Related MCP Connectors

  • Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

View all MCP Connectors

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/clavia-labs/mcp-obsidian'

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