Skip to content

Obsidian

Free

by Indie Developer

Local-first markdown knowledge base with linked notes and graph view.

v1.0.0Added Jan 18, 2025
obsidiannotesmarkdown
Works with:ClaudeGPTGeminiCopilot

Obsidian MCP Server

Local-first markdown knowledge base with linked notes and graph view.

Features

  • Note management
  • Links
  • Tags
  • Graph view
  • Plugins

Installation

{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["-y", "mcp-obsidian"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-obsidian
Add to claude_desktop_config.json
{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["-y", "mcp-obsidian"]
    }
  }
}