@kazuph/mcp-obsidian
MCP 옵시디언
Obsidian Vault 통합을 위한 모델 컨텍스트 프로토콜 서버입니다. Claude Desktop(또는 모든 MCP 클라이언트)에서 Obsidian 메모를 검색하고 읽을 수 있습니다.
빠른 시작(사용자용)
필수 조건
Node.js 18+ (
brew install node통해 설치)흑요석 금고
Claude Desktop( https://claude.ai/desktop 에서 설치)
구성
~/Library/Application Support/Claude/claude_desktop_config.json에서 Claude Desktop 구성 파일을 엽니다.
Claude Desktop 메뉴를 통해 이 기능을 찾을 수 있습니다.
클로드 데스크톱 열기
Mac 메뉴 막대에서 Claude를 클릭하세요
"설정"을 클릭하세요
"개발자"를 클릭하세요
구성에 다음을 추가하세요.
지엑스피1
참고: /path/to/your/obsidian/vault 실제 Obsidian 볼트 경로로 바꾸세요.
Related MCP server: MCP Tools for Obsidian
개발자를 위한
필수 조건
Node.js 18+ (
brew install node통해 설치)흑요석 금고
Claude Desktop( https://claude.ai/desktop 에서 설치)
tsx (
npm install -g tsx를 통해 설치)
설치
git clone https://github.com/kazuph/mcp-obsidian.git
cd mcp-obsidian
npm install
npm run build구성
Claude Desktop이 설치되어 실행 중인지 확인하세요.
아직 설치하지 않았다면 tsx를 전역적으로 설치하세요.
npm install -g tsx
# or
pnpm add -g tsx~/Library/Application Support/Claude/claude_desktop_config.json에 있는 Claude Desktop 구성을 수정하세요.
Claude Desktop 메뉴를 통해 쉽게 찾을 수 있습니다.
클로드 데스크톱 열기
Mac 메뉴 막대에서 Claude를 클릭하세요
"설정"을 클릭하세요
"개발자"를 클릭하세요
MCP 클라이언트 구성에 다음을 추가하세요.
{
"tools": {
"obsidian": {
"args": ["tsx", "/path/to/mcp-obsidian/index.ts"],
"env": {
"OBSIDIAN_VAULT_PATH": "/path/to/your/obsidian/vault"
}
}
}
}사용 가능한 도구
obsidian_read_notes: 여러 노트의 내용을 읽습니다. 각 노트의 내용은 참조 경로와 함께 반환됩니다.obsidian_search_notes: 이름으로 노트를 검색합니다(대소문자 구분 없음, 부분 일치 및 정규 표현식 지원).obsidian_read_notes_dir: 지정된 경로 아래의 디렉토리 구조를 나열합니다.obsidian_write_note: 지정된 경로에 새로운 노트를 만듭니다.
This server cannot be installed
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
- AlicenseNot gradedqualityNot gradedmaintenanceThis 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).1,4441,352AGPL 3.0
- AlicenseNot gradedqualityFmaintenanceA local MCP server that enables AI applications like Claude Desktop to securely access and work with Obsidian vaults, providing capabilities for reading notes, executing templates, and performing semantic searches.831MIT
- FlicenseNot gradedqualityDmaintenanceProvides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.9
- FlicenseDqualityDmaintenanceA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.11
Related MCP Connectors
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kazuph/mcp-obsidian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server