bear-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bear-mcpfind notes about project ideas"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
better-bear-cli installed and authenticated:
brew install bcli # or however you install it bcli auth # authenticate with Bear / iCloudNode.js 18+
Related MCP server: Bear MCP Server
Setup
cd /path/to/bear-mcp
npm install
npm run buildThen 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 |
| List notes, optionally filtered by tag or including archived/trashed |
| Get the full content of a note by ID |
| List all tags across your notes |
| Full-text search across notes |
| Create a new note with title, body, and tags |
| Append text to an existing note |
| Move a note to trash |
| Export notes as Markdown files to a directory |
Environment Variables
Variable | Default | Purpose |
| PATH lookup | Override path to the |
| off | Set to |
Development
npm run dev # TypeScript watch mode
npm run build # Compile to dist/
npm start # Run compiled serverThis server cannot be deployed
Maintenance
Related MCP Connectors
Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
- aNotepadOAuthcom.anotepad
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceFacilitates interaction with Bear note-taking software, allowing users to perform actions like opening notes, creating notes, and searching through Bear's X-callback-url Scheme.77MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, read, and browse Bear notes directly from your local Bear database. Supports searching by title, content, or tags, opening specific notes, and exploring tag-based organization.1-
- AlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, search, and manage Apple Notes on macOS via AppleScript automation.2,008 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to interact with Bear notes on macOS, supporting create, search, update, delete, open notes, and tag management via natural language.8 npmISC