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.
Quick Start
Clone the repository:
git clone https://github.com/louis030195/easy-obsidian-mcpClaude 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.