Skip to main content
Glama
ntwkrgr

bear-mcp

by ntwkrgr

bear-mcp

An MCP server that gives Claude direct access to your Bear notes via better-bear-cli (bcli).

bcli talks to Bear through CloudKit (the same path Bear Web uses), so it's safe to run alongside Bear without touching the local SQLite database.


Prerequisites

  1. better-bear-cli installed and authenticated:

    brew install bcli   # or however you install it
    bcli auth           # authenticate with Bear / iCloud
  2. Node.js 18+


Related MCP server: Bear MCP Server

Setup

cd /path/to/bear-mcp
npm install
npm run build

Then register in ~/.claude.json under the project you want bear-mcp available in:

{
  "mcpServers": {
    "bear-mcp": {
      "command": "node",
      "args": ["/Users/you/Developer/MCP Servers/bear-mcp/dist/index.js"]
    }
  }
}

Available Tools

Tool

Description

bear_list_notes

List notes, optionally filtered by tag or including archived/trashed

bear_get_note

Get the full content of a note by ID

bear_list_tags

List all tags across your notes

bear_search_notes

Full-text search across notes

bear_create_note

Create a new note with title, body, and tags

bear_edit_note

Append text to an existing note

bear_trash_note

Move a note to trash

bear_export_notes

Export notes as Markdown files to a directory


Environment Variables

Variable

Default

Purpose

BEAR_BCLI_PATH

PATH lookup

Override path to the bcli binary

BEAR_MCP_LOG

off

Set to debug to enable stderr logging


Development

npm run dev    # TypeScript watch mode
npm run build  # Compile to dist/
npm start      # Run compiled server
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ntwkrgr/bear-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server