Back to Apps

Bear MCP Server
Supports UIby jakubadamw
MCP server connecting AI agents to the Bear notes app for seamless note management.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects AI agents to Bear.app, allowing them to interact with your personal notes database directly. It enables agents to read, list, and manage notes within the Bear ecosystem.
Tools
list_notes: Retrieve a list of notes from Bearget_note: Fetch the content of a specific note by IDsearch_notes: Search through notes for specific content
Installation
Install via Cargo:
cargo install bear-mcp-server
Then add to claude_desktop_config.json:
{
"mcpServers": {
"bear": {
"command": "/Users/[USERNAME]/.cargo/bin/bear-mcp-server"
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
cargo install bear-mcp-serverInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"bear": {
"command": "/Users/[USERNAME]/.cargo/bin/bear-mcp-server"
}
}
}





