vasylenko/claude-desktop-extension-bear-notes
Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy.
Quick Start
Clone the repository:
git clone https://github.com/vasylenko/claude-desktop-extension-bear-notesClaude Desktop configuration example:
{
"mcpServers": {
"claude-desktop-extension-bear-notes": {
"command": "npx",
"args": [
"-y",
"vasylenko/claude-desktop-extension-bear-notes"
]
}
}
}Check the repository README for specific installation and configuration instructions.