Bear MCP Server
Access and manage your Bear Notes from a local SQLite database.
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": "npx",
"args": [
"bear-mcp-server"
]
}
}
}
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
Related Servers
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Dooray MCP Server
Manage schedules using the Dooray API. Requires API key, member ID, and calendar ID to be configured.
ShipBoss
An intelligent shipping assistant for managing shipments, requiring a ShipBoss API token.
UTM Mind MCP
Automate UTM link creation, validation, and governance with natural language commands.
TinyTasks MCP Server
A hybrid MCP server compatible with Claude Desktop and Web, supporting both local and web deployment modes for task management.
Computer Control MCP
Control your computer's mouse, keyboard, and perform OCR using PyAutoGUI and RapidOCR. Works on Windows, with potential support for other platforms.
Procesio MCP Server
Interact with the Procesio automation platform API.
Monday.com
Interact with Monday.com boards, items, updates, and documents.
Brandomica
Check brand name availability across domains, social handles, trademarks, app stores, and SaaS channels
OpenTabs
Plugin-based MCP server that gives AI agents access to web applications through the user's authenticated browser session. Chrome extension with 100+ plugins for Slack, Discord, GitHub, Reddit, and more.
Redmine MCP
Integrates Claude AI with the Redmine project management system to enhance project management tasks.
