Back to MCP Servers

Obsidian Server

Access and interact with your Obsidian vault for personal knowledge management and note-taking

obsidiannotesknowledge-basemarkdowncommunity

Installation

npm install -g obsidian-mcp

Configuration

{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["-y", "obsidian-mcp"],
      "env": {
        "OBSIDIAN_VAULT_PATH": "/path/to/your/vault"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub