Back to MCP Servers
Easy Obsidian
Interact with Obsidian vaults for knowledge management. Create, read, update, and search notes. Works with local Obsidian vaults using filesystem access.
knowledge-memory
By louis030195
Installation
npx -y easy-obsidian-mcpConfiguration
{
"mcpServers": {
"easy-obsidian-mcp": {
"command": "npx",
"args": ["-y", "easy-obsidian-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes