Obsidian MCP Server
@MCP-Mirror
关于 Obsidian MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"marcelmarais_obsidian-mcp-server": {
"command": "node",
"args": [
"obsidian-mcp-server/build/index.js",
"/path/to/your/vault"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Obsidian MCP Server?
Obsidian MCP Server is a lightweight Model Context Protocol (MCP) server that enables AI assistants such as Cursor and Claude to read from and write to your Obsidian vault. It provides direct filesystem access without requiring the Obsidian application to be running, making it suitable for users who want AI-driven note management and automation.
How to use Obsidian MCP Server?
Install via npm (npm install obsidian-mcp-server), build (npm run build), then configure the server in Claude Desktop or Cursor by pointing to the compiled index.js file and your vault’s file path. Example commands are provided for both Claude Desktop and Cursor.
Key features of Obsidian MCP Server
- Retrieve a list of all filenames in your vault.
- Read the contents of one or multiple files.
- Find all open TODO items across markdown files.
- Create or update any file with new markdown content.
- Standalone server – no need for Obsidian to be open.
Use cases of Obsidian MCP Server
- Create a new note for tomorrow’s standup summarizing today’s code changes.
- Ask your AI assistant to check your notes about project ideas.
- Query what todos you have related to refactoring across your vault.
FAQ from Obsidian MCP Server
How does Obsidian MCP Server compare to other Obsidian MCP solutions?
This implementation is intentionally lightweight and standalone. Alternatives like jacksteamdev/obsidian-mcp-tools offer a more feature-rich approach as an Obsidian plugin.
Does it require Obsidian to be running?
No, the server accesses the vault’s files directly on the filesystem, so Obsidian does not need to be open.
How do I install and configure the server?
Run npm install obsidian-mcp-server and npm run build. Then add the server to your Claude Desktop or Cursor configuration, specifying the path to the built index.js and your vault directory.
What tools does it provide?
It provides four tools: getAllFilenames (list files), readMultipleFiles (read file contents), getOpenTodos (find unchecked todos), and updateFileContent (create/update files).
Where does my data live?
The server reads and writes directly to the markdown files in your Obsidian vault. No external cloud storage is used, and your data stays on your local filesystem.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
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.
🧠 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
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
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.
评论