The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the My Bear MCP Server listing page.
A Model Context Protocol (MCP) server that allows AI assistants like Claude to read notes from the Bear note-taking app. This implementation connects directly to the Bear SQLite database in a read-only mode, ensuring your notes remain safe and unmodified.
That's it! The server will start running and connect to your Bear database.
Add this to your configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json:
Add this to your configuration file at ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json:
The Bear MCP server provides these read-only tools (all operations are non-destructive and cannot modify your Bear database):
Open a note by title or ID.
Search for notes by term or tag.
Get all tags in Bear.
Show all notes with a specific tag.
Here are examples of how to interact with the Bear MCP tools through AI assistants:
Ask your AI assistant to search for notes containing specific terms:
Ask your AI assistant to retrieve a specific note by title:
Ask your AI assistant to list all your Bear tags:
Ask your AI assistant to show notes with a particular tag:
If your Bear database is in a non-standard location:
This MCP server connects to your Bear SQLite database using a strict read-only connection. This is enforced at the database driver level:
This ensures that:
All operations performed by this server are SELECT queries that only retrieve data without modifying it.
This project is licensed under the MIT License - see the LICENSE file for details.