Back to MCP Servers
🔌

vasylenko/claude-desktop-extension-bear-notes

MIT

📇 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy.

TypeScriptSearch

Install

npx -y -y bear-notes-mcp@latest

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "vasylenko-claude-desktop-extension-bear-notes": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "bear-notes-mcp@latest"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.