bejaminjones/bear-notes-mcp
If you are the rightful owner of bear-notes-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Bear MCP Server is a Model Context Protocol server that integrates with the Bear notes application, providing comprehensive access to notes through a hybrid sync-safe approach.
The Bear MCP Server is designed to seamlessly integrate with the Bear notes application on macOS, allowing users to manage their notes using natural language through Claude, an AI assistant. This server employs a hybrid sync-safe approach, combining direct database reads for efficient data retrieval with Bear's official API for safe write operations. This ensures that all operations are compatible with iCloud sync, preventing conflicts and data loss. The server is built with a modern service-oriented architecture, ensuring maintainability, testability, and performance optimization. It supports a wide range of operations, from basic note management to advanced content analysis and organization, making it a powerful tool for Bear users who want to enhance their productivity and note-taking experience.
Features
- Hybrid Sync-Safe Architecture: Combines direct database reads with Bear's API for safe writes.
- Comprehensive Note Management: Supports a wide range of operations, including search, organization, and content analysis.
- Service-Oriented Design: Built with a modern architecture for maintainability and performance.
- iCloud Sync Compatibility: Ensures all operations are safe with iCloud sync.
- Advanced Search and Analytics: Provides tools for complex queries and content insights.
Usages
usage with Claude Desktop
{ "mcpServers": { "bear": { "command": "node", "args": ["/path/to/bear-notes-mcp/dist/index.js"], "env": {} } } }
Tools
get_database_stats
Overview of your Bear database
get_notes
List notes with filtering options
create_note
Create new notes with tags and content