Odel
better bear

better bear

Local
@kuvopllc64SwiftMITUpdated 4mo ago

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbetter-bearv0.4.26

Run

npx -y better-bear

MCP client config

{
  "mcpServers": {
    "better-bear": {
      "command": "npx",
      "args": [
        "-y",
        "better-bear"
      ]
    }
  }
}