OlympHill
bear-mcp-server logo

bear-mcp-serverMCP Server integration for Bear note app

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

Bear MCP Server is a Model Context Protocol (MCP) server that provides access to notes stored in the Bear note app. Bear stores notes in a SQLite database, and this MCP server runs SQL commands to access them. The server allows users to read notes, search notes by text, and list all tags. It's designed for use with the Bear note application on macOS and requires access to the Bear database. The server offers several tools, including get_notes to retrieve all notes, get_tags to list all tags, and get_notes_like to search for notes containing specific text. The project is available on GitHub under the ISC license.

Key features

  • Read notes
  • Search notes by text
  • List all tags
  • Get notes
  • Get tags
  • Get notes like

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Note Retrieval

Use the MCP server to retrieve all notes from the Bear note app

Note Search

Search for notes containing specific text using the MCP server

Pros & Cons

Pros

  • Integrates Bear note app with MCP tools
  • Allows retrieving notes, searching notes by text, and listing tags

Cons

  • Requires Node.js and Bear note application (macOS)
  • Limited to accessing Bear database

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Can I list all tags used across my Bear notes through this server?

Absolutely. The `get_tags` MCP tool retrieves a list of all tags stored in the Bear database, enabling you to programmatically access tag information.

Asked by Anya Sokolova · Apr 28, 2026

Is Bear MCP Server open source and what license does it use?

Yes, the project is open source on GitHub and released under the ISC license, which is a permissive, MIT‑style license allowing free use and modification.

Asked by Jovana Petrovic · Mar 4, 2026

How can I search for a specific phrase within my Bear notes?

Use the `get_notes_like` MCP tool, which runs an SQL query against the database to return all notes containing the specified text. This is available once the server is started.

Asked by Amos Fältskog · Feb 20, 2026

What is required to run Bear MCP Server on my machine?

You need Node.js installed, the Bear note app on macOS, and access to Bear’s SQLite database located in the app’s data folder. The server can be launched via npm or Docker as shown in the repo documentation.

Asked by Freya Solberg · Feb 12, 2026

Ask a question

MCP Servers alternatives