Skip to main content
Other Tools and IntegrationsTypeScript

bart6114/my-bear-mcp-server

Allows to read notes and tags for the Bear Note taking app, through a direct integration with Bear's sqlitedb.

other-tools-and-integrationslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/bart6114/my-bear-mcp-server/

Claude Desktop configuration example:

{
  "mcpServers": {
    "my-bear-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bart6114/my-bear-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
bart6114