Obsidian MCP REST Server
@PublikPrinciple
About Obsidian MCP REST Server
An MCP server implementation for accessing Obsidian via local REST API
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
5List all notes in the vault or a specific folder
Read the contents of a specific note
Create or update a note
Search for notes using a query string
Get metadata for a specific note
Overview
What is Obsidian MCP REST Server?
The Obsidian MCP REST Server is an MCP (Model Context Protocol) server implementation that provides access to Obsidian vaults through a local REST API. It allows AI assistants to interact with Obsidian notes and manage vault content via a standardized interface.
How to use Obsidian MCP REST Server?
Install the package globally with npm install -g PublikPrinciple/obsidian-mcp-rest. Create a config.json file with your Obsidian Local REST API key, host, and port (default 27123), then start the server with obsidian-mcp-rest --config path/to/config.json. For Claude Desktop, add a server configuration in its MCP section using the same command and arguments.
Key features of Obsidian MCP REST Server
- Access Obsidian vault contents through MCP
- Read and write notes
- List vault contents
- Search functionality
- Secure local REST API integration
- Compatible with Claude Desktop and other AI assistants
Use cases of Obsidian MCP REST Server
- An AI assistant reads a specific note from the vault
- List all notes in a given folder
- Search for notes containing a keyword
- Create or update a note via AI command
- Retrieve metadata for a note
FAQ from Obsidian MCP REST Server
What are the prerequisites for using Obsidian MCP REST Server?
You need Node.js 16 or higher, an Obsidian vault with the Local REST API plugin installed and configured, and a valid API key.
How secure is Obsidian MCP REST Server?
The server only runs locally, communicates via stdin/stdout, and requires no external network access. All requests to the Obsidian REST API are authenticated with your API key, keeping data local.
What tools does Obsidian MCP REST Server provide?
It provides five tools: listNotes (list notes/vault), readNote (read note content), writeNote (create/update note), searchNotes (search by query), and getMetadata (get note metadata).
Can I install Obsidian MCP REST Server if the global npm install fails?
Yes. Clone the repository, install dependencies, build, and then run npm install -g . to install globally, or resolve TypeScript errors by installing TypeScript globally.
How do I configure Obsidian MCP REST Server for Claude Desktop?
In Claude Desktop settings, navigate to the MCP section and add a server configuration with "name": "obsidian-mcp", "command": "obsidian-mcp-rest", and "args": ["--config", "path/to/config.json"].
More Memory & Knowledge MCP servers
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
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.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
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.
Comments