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
Latest Blog Posts
- 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