bear-mcp-server

Crates.iobear-mcp-server
lib.rsbear-mcp-server
version0.1.1
created_at2025-07-24 15:01:44.517832+00
updated_at2025-07-24 15:35:25.658285+00
descriptionA Model Context Protocol server for Bear.app
homepagehttps://github.com/jakubadamw/bear-mcp-server
repositoryhttps://github.com/jakubadamw/bear-mcp-server
max_upload_size
id1766170
size179,086
Jacob Adam W. (jakubadamw)

documentation

https://github.com/jakubadamw/bear-mcp-server

README

bear-mcp-server

An MCP server for the Bear notes app

Installation

Install to the local Cargo-managed binaries:

cargo install bear-mcp-server

Or build from the repository:

git clone https://github.com/jakubadamw/bear-mcp-server
cd bear-mcp-server
cargo install --path .

Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json.

{
    "mcpServers": {
        "bear": {
            "command": "/Users/[FILL IN MAC USERNAME]/.cargo/bin/bear-mcp-server"
        }
    }
}

Example use:

Claude screenshot

Commit count: 0

cargo fmt