obsidian-mcp-rest
Obsidian MCP REST Server provides a RESTful interface to interact with Obsidian vaults locally. It allows AI assistants to read, write, and manage notes securely through a standardized API.
What are the prerequisites for using the Obsidian MCP REST Server?
You need Node.js 16 or higher, the Obsidian app with the Local REST API plugin installed and configured, and an Obsidian vault with the Local REST API enabled.
How do I install the Obsidian MCP REST Server?
You can install it globally using npm with the command npm install -g PublikPrinciple/obsidian-mcp-rest
.
How is security handled in the Obsidian MCP REST Server?
The server runs locally and communicates through stdin/stdout. All requests to the Obsidian REST API are authenticated with your API key, ensuring data remains local to your machine.
Can I use the server with AI assistants other than Claude Desktop?
Yes, the server is designed to be compatible with various AI assistants that can interact with local REST APIs.
What should I do if I encounter installation issues?
Try cloning the repository and installing locally, or ensure TypeScript is installed globally if you encounter TypeScript-related errors.