bear-mcp-server

jakubadamw/bear-mcp-server

3.2

If you are the rightful owner of bear-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server for the Bear notes app.

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