Bear MCP Server
This project is a Model Context Protocol (MCP) server that provides access to the Bear Notes.
Bear stores notes on SQLite database. This MCP server runs some SQL commands to access this notes. https://bear.app/faq/where-are-bears-notes-located

Features
- Read notes
- Search notes by text
- List all tags
Installation
# Clone the project
git clone https://github.com/akseyh/bear-mcp-server
# Change directory
cd bear-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
Claude Desktop Config
Update your claude_desktop_config.json
Docker
{
"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"
]
}
}
}
NPM
{
"mcpServers": {
"bear": {
"command": "node",
"args": [".../build/index.js"] // Change it with your path
}
}
}
When the server is started, the following MCP tools become available:
get_notes: Retrieves all notesget_tags: Lists all tagsget_notes_like: Searches for notes containing specific text
Requirements
- Node.js
- Bear note application (macOS)
- Access to Bear database
License
ISC
Bear MCP Server
Project Details
- akseyh/bear-mcp-server
- MIT License
- Last Updated: 4/22/2025
Recomended MCP Servers
ModelContextProtocol for Figma's REST API
A Model Context Protocol Server for Home Assistant
A Model Context Protocol server for converting almost anything to Markdown
A Model Context Protocol (MCP) server for the POX SDN controller
MCP server interacts with the official Datadog API
🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for...
A Model Context Protocol (MCP) server providing tools to read, search, and manipulate OpenFGA stores programmatically via Large...
CCXT MCP Server bridges the gap between AI models and cryptocurrency trading by providing a standardized interface through...





