Obsidian MCP Server
Obsidian MCP サーバー
Cursor や Claude などの AI アシスタントが Obsidian の Vault を読み書きできるようにする軽量のModel Context Protocol (MCP)サーバーです。
やり取りの例
「明日のスタンドアップ用に、今日行ったコード変更を説明する新しいメモを作成する」(Git も使用する必要があります)
「プロジェクトのアイデアに関するメモを確認してください」
「リファクタリングに関連するToDoを確認する」
Related MCP server: MCP Obsidian
ツール
読む
すべてのファイル名を取得する
Obsidian vault 内のすべてのファイル名のリストを取得します
利用可能なファイルを見つけるのに役立ちます
複数のファイルを読み取る
Obsidian の保管庫から指定されたファイルの内容を取得します
正確なファイル名、部分的なファイル名、大文字と小文字を区別しない一致をサポートします
各ファイルの内容には、明確に識別できるように「# ファイル: ファイル名」という接頭辞が付けられます。
getOpenTodos
Obsidian vault 内のマークダウン ファイルからすべてのオープン TODO 項目を取得します。
チェックされていないチェックボックス項目(「- [ ] 」を含む行)を検索します。
ファイルの場所とともに返します
書く
ファイルコンテンツの更新
Obsidian vault 内の指定されたファイルの内容を新しいマークダウンコンテンツで更新します
ファイルが存在しない場合は作成されます
必要なディレクトリを自動的に作成します
インストールとビルド
npm install obsidian-mcp-server
npm run buildClaude DesktopとCursorとの統合
Claude Desktop で MCP サーバーを使用するには、Claude 構成に追加します。
{
"mcpServers": {
"obsidian": {
"command": "node",
"args": [
"obsidian-mcp-server/build/index.js",
"/path/to/your/vault"
]
}
}
}カーソルについては、MCPタブのCursor Settings (command + Shift + J)に移動してください。次のコマンドでサーバーを追加します。
node obsidian-mcp-server/build/index.js /path/to/your/vault他のソリューションとの比較
この実装は意図的に軽量ですが、 jacksteamdev/obsidian-mcp-toolsなどの他のソリューションは、Obsidian プラグインとしてより機能豊富なアプローチを提供します。
このスタンドアロン サーバーには、Obsidian アプリケーションを実行する必要なく、直接ファイルシステムにアクセスできるという利点があります。
リソース
This server cannot be installed
Maintenance
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
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to read, write, and manipulate notes in your Obsidian vault through a standardized interface.53,8604ISC
- AlicenseNot gradedqualityDmaintenanceA server implementation that allows AI assistants to read, create, and manipulate notes in Obsidian vaults through the Model Context Protocol.1,1536MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Obsidian vaults for creating, reading, searching, and managing notes, daily notes, TODOs, session reports, and backlinks through both stdio and HTTP/SSE transports.103,8604MIT
- AlicenseNot gradedqualityCmaintenanceTurns an Obsidian vault into a local Model Context Protocol server that allows AI tools to directly read, search, and write to your notes. It features folder-level access control and a built-in dashboard for easy integration with tools like Claude Desktop and Cursor.2,4722Apache 2.0
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Appeared in Searches
- Applications or tools for creating and managing Markdown notes
- A tool or library providing free-to-use UI code snippets for buttons and other components
- Information about MCP Feedback-Enhanced Systems or Techniques
- Automating Task Assignment Based on Priority with Reshuffling Capabilities
- Information about a cursor
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/marcelmarais/obsidian-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server