obsidian-cli-mcp
v0.0.5
Published
A [Model Context Protocol](https://modelcontextprotocol.io) server that wraps the [Obsidian CLI](https://help.obsidian.md/cli), allowing AI assistants like Claude to execute Obsidian CLI commands.
Readme
Obsidian CLI MCP Server
A Model Context Protocol server that wraps the Obsidian CLI, allowing AI assistants like Claude to execute Obsidian CLI commands.
Prerequisites
- Node.js 18+
- Obsidian CLI installed and available in your PATH
Setup
Add to your MCP config:
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["obsidian-cli-mcp"]
}
}
}Available Tools
obsidian_cli — Execute any Obsidian CLI command. Pass the command string without the obsidian prefix.
Available Resources
obsidian://help— Full CLI help textobsidian://help/{command}— Help for a specific command
Development
npm install
npm run build
npm test