bear-mcp-server logo

bear-mcp-serverMCP-serverintegratie voor de Bear-notitie-app

(0)
Daniel NikulshynBeoordeeld door Daniel Nikulshyn·Bijgewerkt juli 2026

Overzicht

Bear MCP Server is een Model Context Protocol (MCP)-server die toegang biedt tot notities opgeslagen in de Bear notitie-app. Bear slaat notities op in een SQLite-database, en deze MCP-server voert SQL-commando's uit om ze te benaderen. De server stelt gebruikers in staat notities te lezen, notities te zoeken op tekst en alle tags op te sommen. Het is ontworpen voor gebruik met de Bear notitie-app op macOS en vereist toegang tot de Bear-database. De server biedt verschillende tools, waaronder get_notes om alle notities op te halen, get_tags om alle tags op te sommen, en get_notes_like om te zoeken naar notities die een specifieke tekst bevatten. Het project is beschikbaar op GitHub onder de ISC-licentie.

Belangrijkste functies

  • Notities lezen
  • Notities zoeken op tekst
  • Alle tags opzeggen
  • Notities ophalen
  • Tags ophalen
  • Notities ophalen die een bepaalde tekst bevatten

Prijs

Model
Free
Categorie
MCPServers
Beoordeling
Nog geen reviews

Toepassingen

Notitieopvraging

Gebruik de MCP-server om alle notities op te halen uit de Bear notitie-app

Notities zoeken

Zoek naar notities die specifieke tekst bevatten met behulp van de MCP-server

Pluspunten & minpunten

Pluspunten

  • Integreert Bear notitie-app met MCP-tools
  • Maakt het mogelijk om notities op te halen, notities te zoeken op tekst en tags te tonen

Minpunten

  • Vereist Node.js en de Bear notitie-applicatie (macOS)
  • Beperkt tot toegang tot de Bear-database

Recensies

Log in om een review te schrijven.

Nog geen reviews. Wees de eerste!

Vragen

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

Stel een vraag

Alternatieven voor MCPServers