Skip to main content
Knowledge & MemoryTypeScript

louis030195/easy-obsidian-mcp

Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/louis030195/easy-obsidian-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
louis030195