bear-mcp-server
If you are the rightful owner of bear-mcp-server 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 provides access to Bear Notes, allowing users to read, search, and list notes and tags stored in a SQLite database.
The Bear MCP Server is designed to interface with the Bear Notes application, which is a popular note-taking app for macOS. This server utilizes the Model Context Protocol (MCP) to interact with the Bear Notes' SQLite database, enabling users to perform operations such as reading notes, searching for specific text within notes, and listing all tags associated with the notes. The server is particularly useful for users who want to automate or programmatically access their notes stored in Bear. It supports integration with different platforms through Docker and NPM, making it versatile for various development environments. The server requires Node.js and access to the Bear note application on macOS to function properly.
Features
- Read notes
- Search notes by text
- List all tags
Tools
get_notes
Retrieves all notes
get_tags
Lists all tags
get_notes_like
Searches for notes containing specific text