better bear for Cursor
io.github.mreider/better-bear
MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit
client:Cursor
transport:stdio
runtime:npm
Install better bear in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"better-bear": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"better-bear"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs