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).
Run
npx -y better-bear
MCP client config
{
"mcpServers": {
"better-bear": {
"command": "npx",
"args": [
"-y",
"better-bear"
]
}
}
}