bear-app-mcp
If you are the rightful owner of bear-app-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.
Bear App MCP is a Python-based Machine Control Protocol interface designed to interact with the Bear writing app, allowing users to manage notes efficiently.
Bear App MCP is a Python-based interface that facilitates interaction with the Bear writing app, known for its elegant and flexible note-taking capabilities. This MCP server allows users to perform various operations on their notes, such as retrieving, filtering, summarizing, and deleting notes. It is designed to enhance productivity by providing a seamless way to manage notes directly from the command line or through automated scripts. The server requires Python 3.11 and the UV tool for installation and operation. It is configured through a JSON-based MCP configuration, making it easy to integrate into existing workflows.
Features
- Get List of Notes: Retrieve the latest notes sorted by update date, specify the number of notes to return, and get note titles with their last update timestamps.
- Get Notes by Tag: Filter notes by a specific tag, returning all notes with the specified tag, sorted by update date. Tags should include the '#' prefix.
- Get Note Summary: Retrieve the content of a specific note by title, returning the first 5 lines of the note's content along with the last update timestamp.
- Delete Note: Delete a specific note by title, marking it as trashed in Bear, and return a success/failure message.