obsidian-local-mcp MCP Server
MatthewSuazo/obsidian-local-mcp
Are you the maintainer of MatthewSuazo/obsidian-local-mcp? Claim this listing →
MCP server wrapping the Obsidian CLI for vault management
Add AgentRank to Claude Code Discover and compare tools like MatthewSuazo/obsidian-local-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
MatthewSuazo/obsidian-local-mcp is a JavaScript MCP server. MCP server wrapping the Obsidian CLI for vault management
Ranked #87 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
JavaScript No license
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# obsidian-local-mcp
A local [MCP](https://modelcontextprotocol.io) server that wraps the [Obsidian CLI](https://help.obsidian.md/cli), giving AI assistants like Claude direct access to your Obsidian vault. Allows editing in the middle of docs.
## Requirements
- **Obsidian** desktop app installed (v1.8+ with CLI support)
- **Node.js** 18+
- macOS, Windows, or Linux
## Setup
```bash
git clone https://github.com/MatthewSuazo/obsidian-local-mcp.git
cd obsidian-local-mcp
npm install
```
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"obsidian-cli": {
"command": "node",
"args": ["/path/to/obsidian-local-mcp/server.js"],
"env": {
"OBSIDIAN_VAULT": "Your Vault Name"
}
}
}
}
```
Set `OBSIDIAN_VAULT` to the name of the vault you want to target. Set `OBSIDIAN_CLI_PATH` to override the Obsidian binary location if it's not in the default path for your OS.
## Tools
| Tool | Description |
|------|--------- Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.