Bear MCP Server

by MCP-Mirror

310 downloads
Not rated
GitHub

About

Bear MCP Server is a Model Context Protocol (MCP) server that provides programmatic access to Bear Notes (macOS) by running SQL commands against Bear’s local SQLite database. It is intended for developers and power users who want to read, search, and organize Bear notes through…

Details

Author
MCP-Mirror
Downloads
310
Categories
Other

- Read all notes from Bear’s SQLite database
- Search notes by arbitrary text
- List all tags used in Bear
- Exposes three easy-to-use MCP tools
- Runs locally with no external API calls

Clone the repository, run npm install and npm build, then add a bear entry to your claude_desktop_config.json pointing to the built index.js file. Once the server is running, three MCP tools become available: get_notes (retrieve all notes), get_tags (list all tags), and get_notes_like (search notes by text).

Bear MCP Server

This project is a Model Context Protocol (MCP) server that provides access to the Bear Notes.

Bear stores notes on SQLite database. This MCP server runs some SQL commands to access this notes.
https://bear.app/faq/where-are-bears-notes-located

Features

- Read notes
- Search notes by text
- List all tags

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.