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
Похожие серверы
AISecretary
A collection of MCP servers to automate virtual secretary tasks within the Microsoft Outlook suite, managing tools like Mail and Categories.
Inkdrop
Interact with the local Inkdrop note-taking app database via its HTTP API.
Yandex Tracker
Interact with Yandex Tracker APIs for issue management and search.
Achriom
The media memory layer for AI agents and their humans. Track books, movies, music, shows, and anime.
Atlassian Confluence
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
Offorte
Create and send business proposals using AI with Offorte.
Cursor Admin
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
MCP Voice Assistant
A voice-enabled AI personal assistant that integrates multiple tools and services through natural voice interactions using MCP.
MCP Journaling Server
An interactive journaling server with emotional analysis and automatic conversation saving.
Todo List
A server that provides a comprehensive API for managing todo items.
