vasylenko/bear-notes-mcp
MCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool
Platform-specific configuration:
{
"mcpServers": {
"bear-notes-mcp": {
"command": "npx",
"args": [
"-y",
"bear-notes-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/vasylenko/bear-notes-mcp/actions/workflows/ci.yml) [](https://deepwiki.com/vasylenko/bear-notes-mcp)
Search, read, create, and update your Bear Notes from any AI assistant. Available as a one-click Claude Desktop extension and as a standalone npm package for any MCP client.
This local-only MCP server reads Bear's SQLite database for fast search with OCR support, and uses Bear's native API for writes. Complete privacy: no external connections, all processing on your Mac.
Example prompts:
> Summarize our conversation and create a new Bear note with it
> Interview me about my side project idea and capture the key points in a Bear note
> Help me restructure the outline in my "Product Launch" note
> Let's brainstorm blog post ideas — save the best ones to my Bear note and refine them as we go
> [!NOTE] > Complete privacy (except the data you send to your AI provider when using an AI assistant, of course): this server makes no external connections. All processing happens locally on your Mac using Bear's own database and API. There is no extra telemetry, usage statistics or anything like that.
Prerequisites:
Loading reviews...