| Crates.io | bear-mcp-server |
| lib.rs | bear-mcp-server |
| version | 0.1.1 |
| created_at | 2025-07-24 15:01:44.517832+00 |
| updated_at | 2025-07-24 15:35:25.658285+00 |
| description | A Model Context Protocol server for Bear.app |
| homepage | https://github.com/jakubadamw/bear-mcp-server |
| repository | https://github.com/jakubadamw/bear-mcp-server |
| max_upload_size | |
| id | 1766170 |
| size | 179,086 |
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:
