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.
记忆与知识 分类下的更多 MCP 服务器
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients

Memory
modelcontextprotocolModel Context Protocol Servers
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
评论