Back to MCP Servers

My Bear

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

other-tools-and-integrationssqlite

Installation

npx -y my-bear-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub