Community Productivity

Obsidian

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

3,668 stars 430 forks Last commit 10mo ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g mcp-obsidian

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