Retrieves all notes from the Bear database
Lists all tags used in Bear notes
Searches for notes containing specific text
Bear Notes Integration provides seamless access to your Bear note-taking application through the Model Context Protocol. This integration allows Claude to read, search, and interact with your Bear notes database, making your personal knowledge base directly accessible during conversations. The server works by connecting to Bear's SQLite database where all notes are stored, enabling powerful search capabilities across your entire collection of notes and tags without leaving your AI assistant interface.
Bear Notes Integration allows Claude to access your Bear notes database, making it possible to search through your notes, retrieve content, and list tags directly within your conversations.
There are two ways to install the Bear Notes Integration: using Docker (recommended) or running it directly with Node.js.
{
"mcpServers": {
"bear": {
"command": "docker",
"args": [
"run",
"-v",
"/Users/[YOUR_USER_NAME]/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data:/app/db",
"-i",
"akseyh/bear-mcp-server"
]
}
}
}
Make sure to replace [YOUR_USER_NAME]
with your actual macOS username.
git clone https://github.com/akseyh/bear-mcp-server
cd bear-mcp-server
npm install
npm run build
{
"mcpServers": {
"bear": {
"command": "node",
"args": ["/path/to/bear-mcp-server/build/index.js"]
}
}
}
Replace /path/to/bear-mcp-server
with the actual path where you cloned the repository.
Once installed, Claude can access your Bear notes using the available tools. You can ask Claude to:
Example queries:
If you encounter issues: