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-mcpsearch my notes for recipe 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
MCP server for the Bear note-taking app on macOS. Lets Claude read, search, create, and manage your Bear notes.
Architecture: Reads from Bear's SQLite database directly (fast, no UI interruption). Writes through Bear's x-callback-url scheme (safe for iCloud sync). No API token required.
Requirements
Related MCP server: Bear Notes MCP Server
Setup
git clone https://github.com/lukewilson/bear-mcp.git
cd bear-mcp
bun installClaude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"bear": {
"command": "bun",
"args": ["run", "/path/to/bear-mcp/src/index.ts"]
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bear": {
"command": "bun",
"args": ["run", "/path/to/bear-mcp/src/index.ts"]
}
}
}Tools
Tool | Description |
| Get full note content by UUID or title |
| Search notes by keyword |
| List notes with optional tag/status filters |
| List all tags with note counts |
| Create a new note |
| Append, prepend, or replace note content |
| Move a note to trash |
| Archive a note |
| Rename a tag across all notes |
| Delete a tag from all notes |
Development
bun run dev # Run with hot reload
bun run inspect # Open MCP Inspector
bun run typecheck # Type checkThis 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
- AlicenseAqualityCmaintenanceAn MCP server that integrates Bear Note Taking App with Claude Desktop, allowing Claude to read, create, search notes and manage tags directly from Bear.71MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides Claude with access to search, retrieve, and analyze notes from the Bear App through natural language queries.78
- AlicenseAqualityBmaintenanceMCP server for Bear notes via CloudKit. Full CRUD, tags, search, TODOs, attachments, and a context library for curated LLM knowledge bases.3564MIT
- AlicenseAqualityAmaintenanceMCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool5125206Apache 2.0
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/lukewilson2002/bear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server