MCP Server Obsidian Omnisearch
@MCP-Mirror
MCP Server Obsidian Omnisearch について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"anpigon_mcp-server-obsidian-omnisearch": {
"command": "python",
"args": [
"server.py",
"/path/to/your/obsidian/vault"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Obsidian Omnisearch?
MCP Server Obsidian Omnisearch is a FastMCP-based server that exposes Obsidian vault search functionality through a REST API. It lets you programmatically search notes in your Obsidian vault using the Omnisearch plugin, returning absolute file paths of matching notes.
How to use MCP Server Obsidian Omnisearch?
Install dependencies with uv install, then run the server by passing your vault path as a command‑line argument (e.g., python server.py /path/to/your/obsidian/vault). Configure it as an MCP tool in Claude Desktop using the provided claude_desktop_config.json snippet.
Key features of MCP Server Obsidian Omnisearch
- Search Obsidian vault notes programmatically.
- Returns absolute paths to matching notes.
- REST API integration via FastMCP.
- Easy setup with Claude Desktop.
- Uses the Omnisearch plugin for powerful search.
Use cases of MCP Server Obsidian Omnisearch
- Automate note retrieval for AI assistants or workflows.
- Build custom search tools that query your Obsidian vault.
- Integrate with productivity apps that need note search capabilities.
FAQ from MCP Server Obsidian Omnisearch
What does MCP Server Obsidian Omnisearch do?
It provides a search tool that finds notes in your Obsidian vault using the Omnisearch plugin and returns their absolute file paths.
What are the prerequisites?
Python 3.x, an active Obsidian vault with the Omnisearch plugin installed and running, and the FastMCP library.
How do I configure the vault path?
The vault path is supplied as a command‑line argument when starting the server, for example: python server.py /path/to/your/obsidian/vault.
What data does it return?
It returns a list of absolute file paths for notes that match the search query.
How is the server accessed?
The server runs over stdio and is designed to be used as an MCP tool (e.g., with Claude Desktop). No authentication is required.
「メモリとナレッジ」の他のコンテンツ
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
コメント