bart6114/my-bear-mcp-server
by Various
π π π - Allows to read notes and tags for the Bear Note taking app, through a direct integration with Bear's sqlitedb.
MCP
bart6114/my-bear-mcp-server
Added 1 June 2026
Overview
This MCP server provides read-only access to notes and tags from the Bear note-taking app by directly querying Bear's local SQLite database. It is implemented in JavaScript and is open source with 14 stars on GitHub.
Best for
Best for
Developers who use Bear notes and want to inject that content into AI-powered tools via the Model Context Protocol
Use cases
- Pull Bear notes into an AI coding assistant for context
- Query tags to filter and retrieve relevant notes
- Integrate note contents into development workflows
How to use
Install
npx github:bart6114/my-bear-mcp-server Tools exposed
open_notesearch_notesget_tagsopen_tag
Tested with
Claude Desktop, VS Code
Example client config
{\n "mcpServers": {\n "bear": {\n "command": "npx",\n "args": ["github:bart6114/my-bear-mcp-server"],\n "env": {},\n "disabled": false,\n "autoApprove": []\n }\n }\n} Notes
This MCP server provides read-only access to notes and tags from the Bear note-taking app by directly querying Bearβs local SQLite database. It is implemented in JavaScript and is open source with 14 stars on GitHub.
14 stars on GitHub. Last updated 2025-03-14. Licensed MIT.
Use cases
- Pull Bear notes into an AI coding assistant for context
- Query tags to filter and retrieve relevant notes
- Integrate note contents into development workflows
Pros
- Direct local data access without requiring Bearβs API
- Lightweight and focused on a single task
- Open source with a permissive license
Cons
- Read-only; cannot create or edit notes
- Depends on Bearβs internal SQLite schema which may break with updates
- Requires Bear to be installed and the database file accessible
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Direct local data access without requiring Bear's API
- Lightweight and focused on a single task
- Open source with a permissive license
Cons
- Read-only; cannot create or edit notes
- Depends on Bear's internal SQLite schema which may break with updates
- Requires Bear to be installed and the database file accessible
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.