An MCP server for the Bear notes app
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: