MCP Server Obsidian Omnisearch
@anpigon
关于 MCP Server Obsidian Omnisearch
An MCP server that enables searches within Obsidian vaults using the Omnisearch plugin API. Returns absolute paths to matching notes for seamless integration. 🚀
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-obsidian-omnisearch": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@anpigon/mcp-server-obsidian-omnisearch",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Obsidian Omnisearch?
MCP Server Obsidian Omnisearch is a FastMCP-based server that provides programmatic search functionality for Obsidian vault notes through a REST API interface. It is designed for developers and power users who want to integrate Obsidian vault searches into other tools or workflows.
How to use MCP Server Obsidian Omnisearch?
The server can be installed via Smithery or manually using uv. After installation, run the server with the path to your Obsidian vault as a command-line argument (e.g., python server.py /path/to/vault). Configure it as an MCP tool in an application like Claude Desktop by adding the appropriate configuration to claude_desktop_config.json. The server exposes a single tool, obsidian_notes_search(query), which returns absolute paths to matching notes.
Key features of MCP Server Obsidian Omnisearch
- Searches Obsidian vault notes programmatically
- Returns absolute file paths of matching notes
- Integrates with any FastMCP-compatible client
- Requires Obsidian's Omnisearch plugin to be running
- Can be installed via Smithery or manually with
uv
Use cases of MCP Server Obsidian Omnisearch
- Automate retrieval of notes from an Obsidian vault
- Integrate Obsidian search into AI assistants like Claude
- Build custom search tools that query Obsidian notes
FAQ from MCP Server Obsidian Omnisearch
What are the prerequisites for using this server?
Python 3.x, an active Obsidian vault with the Omnisearch plugin installed and running, and the FastMCP library.
How do I specify my Obsidian vault path?
Provide the absolute path to your vault as a command-line argument when starting the server.
What dependencies does the server require?
It requires FastMCP, requests, and urllib libraries.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector with the appropriate uv command, or watch server logs using tail.
What license is this project under?
The project is licensed under the MIT License.
记忆与知识 分类下的更多 MCP 服务器
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
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.
评论