Community Productivity

Obsidian

Read, write, and search a local Obsidian vault — pure file-system access to a structured note graph.

4,296 stars 497 forks Last commit 3mo ago Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub →

Install

npm install -g mcp-obsidian

Maintain this server? Add the badge

Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.

Listed on Prismix ← links back here

Markdown

[![Listed on Prismix](https://prismix.dev/api/badge/mcp/obsidian.svg)](https://prismix.dev/mcp/obsidian)
Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/obsidian"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/obsidian.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/obsidian.svg"></picture></a>

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["-y", "mcp-obsidian", "/Users/you/Documents/MyVault"]
    }
  }
}

About

Reads + writes a local Obsidian vault. Honours the vault's folder structure + frontmatter; supports searching across notes, opening individual notes by name, and creating new notes with proper Obsidian-style backlinks.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Productivity servers