Skip to content

jakubadamw/bear-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Model Context Protocol server for Bear.app

Resources

License

Stars

Watchers

Forks

Packages

No packages published