bear-mcp
Click on "Install 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 installed
Maintenance
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
- Alicense-qualityFmaintenanceFacilitates 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.Last updated76MIT
- Flicense-qualityDmaintenanceEnables 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.Last updated1
- AlicenseAqualityBmaintenanceLet Claude read, search, create, and edit your Bear notes.Last updated3563MIT
- Alicense-qualityDmaintenanceEnables Claude Code to interact with Bear notes on macOS, supporting create, search, update, delete, open notes, and tag management via natural language.Last updated36ISC
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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