bear-notes-mcp

Provides an MCP server for Claude Desktop to read Bear note data directly from Bear’s SQLite database (read-only) and to write changes via Bear’s x-callback-url API (sync-safe) on macOS.

Evaluated Mar 30, 2026 (21d ago)
Repo ↗ Ai Ml mcp bear notes knowledge-management sqlite productivity claude-desktop typeScript
⚙ Agent Friendliness
64
/ 100
Can an agent use this?
🔒 Security
30
/ 100
Is it safe for agents?
⚡ Reliability
24
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
88
Documentation
70
Error Messages
--
Auth Simplicity
95
Rate Limits
5

🔒 Security

TLS Enforcement
20
Auth Strength
25
Scope Granularity
10
Dep. Hygiene
55
Secret Handling
45

Security posture is mainly local: MCP server runs on the user machine and accesses a local SQLite DB and triggers Bear app actions via x-callback-url. There is no TLS/auth described because it is not a networked service per README. Main risks inferred from README: local file access permissions, potential exposure of note content to the MCP host process/logging, and lack of documented structured audit/redaction controls. Dependency list includes common libraries (sqlite3, winston, zod, dotenv) but no vulnerability/SBOM/CVE status is provided.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
0
Error Recovery
55
AF Security Reliability

Best When

You run Claude Desktop on macOS with Bear installed, and you want an AI assistant to safely manage your own personal note library with fast local reads and sync-safe writes.

Avoid When

You need a hosted SaaS integration with strong, centralized auth; or you cannot grant the executing process file-system access to the Bear database file.

Use Cases

  • Search and retrieve Bear notes (by title, tag, full-text, or advanced criteria)
  • Generate note analytics/insights (tags, relationships, metadata/attachments)
  • Assist with note organization tasks (create/update/archive, tagging/hashtag parsing)
  • Support knowledge-work workflows by letting an AI agent browse and modify a user’s Bear notes

Not For

  • Cross-platform use (appears macOS/Bear-specific)
  • Use in environments where local database access is not allowed
  • Highly regulated scenarios without a review of data flows (local DB reads + app API writes)
  • Using as a public multi-tenant service (no mention of hosted/authenticated deployment)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: None documented (local MCP server execution)
OAuth: No Scopes: No

The README shows local execution via Claude Desktop MCP config; no user auth scheme is described. Authorization is effectively via local machine access and Bear app/x-callback-url behavior.

Pricing

Free tier: No
Requires CC: No

Open-source MIT license; no hosted pricing described.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Write operations depend on Bear and its x-callback-url functionality; if Bear hasn’t been opened at least once, writes may fail.
  • Database path assumptions on macOS; users may need BEAR_DB_PATH override.
  • Large databases may cause slower reads; unconstrained queries can be slow.
  • Tag sanitization auto-corrects formats and may return warnings; agents should expect canonicalized tags instead of echoing inputs verbatim.
  • Concurrent writes/updates may be impacted by Bear-side conflict detection; retry behavior is not documented.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for bear-notes-mcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered