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-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 deployed
Maintenance
Related MCP Connectors
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.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.
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.3566MIT
- AlicenseAqualityBmaintenanceMCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool593 npm208Apache 2.0