Back to MCP Servers

Claude Desktop Extension Bear Notes

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

workplace-productivity

Installation

npx -y claude-desktop-extension-bear-notes

Configuration

{
  "mcpServers": {
    "claude-desktop-extension-bear-notes": {
      "command": "npx",
      "args": ["-y", "claude-desktop-extension-bear-notes"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub