Obsidian MCP Server
Provides tools for managing Obsidian notes, including file operations, active file management, search, command execution, and periodic notes management via the Obsidian Local REST API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Obsidian MCP Serversearch my notes for tasks due today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidian MCP Server
Model Context Protocol (MCP) を使用して、Obsidian Local REST API と統合するサーバーです。AIアシスタントやその他のアプリケーションからObsidianのノート管理機能を利用できるようになります。
🚀 クイックスタート
# 1. 依存関係をインストール
npm install
# 2. ビルド
npm run build
# 3. 環境変数を設定してMCP Inspectorで実行
OBSIDIAN_API_KEY=your-api-key npm run inspector詳細なセットアップ手順は SETUP.md を、開発者向け情報は DEVELOPMENT.md をご覧ください。
Related MCP server: Obsidian MCP Server
📋 主な機能
ファイル操作: Obsidian内のファイルの作成、読み取り、更新、削除
アクティブファイル管理: 現在開いているファイルの操作
検索機能: ノートの簡易検索と詳細検索
コマンド実行: Obsidianコマンドの一覧表示と実行
定期ノート: 日次・週次・月次・年次ノートの管理
MCP統合: MCP互換のAIアシスタントとシームレスに統合
📚 ドキュメント
SETUP.md - 詳細なインストールと設定ガイド
DEVELOPMENT.md - アーキテクチャ、開発手法、コントリビューション方法
CLAUDE.md - Claude Code向け開発ガイドライン
🛠 前提条件
Node.js 16+
Obsidian with Local REST API plugin
APIキー(Obsidianプラグイン設定から取得)
📄 ライセンス
MIT License - 詳細は LICENSE ファイルを参照してください。
This server cannot be deployed
Maintenance
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…
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for AI assistants to interact with Obsidian vaults through a local REST API, enabling reading, writing, searching, and managing notes.67MIT
- AlicenseNot gradedqualityDmaintenanceAllows AI models to interact with Obsidian notes through the Local REST API, enabling creation, reading, updating, searching of notes, and Git-based automatic backups.6,209 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search, read, and analyze Obsidian notes via the Local REST API.10 npm18ISC
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Obsidian vaults via the local REST API, supporting CRUD operations, batch processing, templates, and vault analytics.MIT