akseyh/bear-mcp-server
by Various
MCP Server integration for Bear note app
MCP
akseyh/bear-mcp-server
Added 1 June 2026
Overview
An MCP server that connects AI assistants to the Bear note-taking app. It enables reading, searching, and creating notes in Bear through the Model Context Protocol.
Best for
Best for
Developers who use Bear for notes and want AI assistants to interact with them
Use cases
- Search and retrieve notes from Bear via AI chat interfaces
- Create new Bear notes programmatically through an MCP client
- Integrate Bear note content into AI-assisted workflows
How to use
Install
npm install && npm run build Tools exposed
get_notesget_tagsget_notes_like
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "bear": {\n "command": "docker",\n "args": [\n "run",\n "-v",\n "/Users/[YOUR_USER_NAME]/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data:/app/db",\n "-i",\n "akseyh/bear-mcp-server"\n ]\n }\n }\n} Notes
An MCP server that connects AI assistants to the Bear note-taking app. It enables reading, searching, and creating notes in Bear through the Model Context Protocol.
44 stars on GitHub. Last updated 2025-05-26. Licensed MIT.
Use cases
- Search and retrieve notes from Bear via AI chat interfaces
- Create new Bear notes programmatically through an MCP client
- Integrate Bear note content into AI-assisted workflows
Pros
- Lightweight JavaScript implementation with clear MCP integration
- Directly bridges Bear’s local database with AI tools
- Open source with 44 stars and active maintenance
Cons
- Limited to Bear’s note structure and local macOS environment
- No support for attachments or rich media in notes
- Requires manual MCP client setup and configuration
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight JavaScript implementation with clear MCP integration
- Directly bridges Bear's local database with AI tools
- Open source with 44 stars and active maintenance
Cons
- Limited to Bear's note structure and local macOS environment
- No support for attachments or rich media in notes
- Requires manual MCP client setup and configuration
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.