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
संबंधित सर्वर
MCP-PDF2MD
A high-performance PDF to Markdown conversion service powered by MinerU API, supporting batch processing for local files and URLs.
delinea-mcp
Official Delinea MCP server for the Delinea Secret Server and Platform APIs
Todo List
A server that provides a comprehensive API for managing todo items.
Fathom AI
Access fathom ai api endpoints via mcp server and llm.
Wishfinity
Save any product to a universal wishlist — converts any product URL into a one-click wishlist save link.
asanamcp
Efficient, fast-load MCP server for managing Asana tasks, projects and portfolios.
AppContext MCP
AppContext gives your AI coding agent instant visual insight into what you're developing, so it can fix issues, refine UI, and accelerate your development workflow in real time.
Handwriting OCR
Recognize and extract text from handwritten documents using the Handwriting OCR service.
Lexware Office MCP Server
MCP server for the Lexware Office API — manage invoices, contacts, articles, vouchers, and more. 65 tools across 20 resource domains.
Microsoft 365
Interact with Microsoft 365 services like Outlook, OneDrive, and Teams using the Graph API.
