This MCP server, developed by Junpei Kawamoto, provides a standardized interface for interacting with Bear note-taking software. Built with Python and leveraging FastAPI, it offers tools for managing notes, tags, and other Bear-specific features. The implementation focuses on exposing Bear's functionality through a consistent MCP interface, enabling AI models to perform note creation, search, and organization operations. By connecting AI assistants with Bear's robust note-taking capabilities, this server facilitates sophisticated knowledge management scenarios like automated note creation, content categorization, and information retrieval. It's particularly valuable for users and applications aiming to enhance personal knowledge management through AI-powered interactions with Bear.
No reviews yet. Be the first to review!
Sign in to join the conversation
Open a specific note in Bear.
Create a new note in Bear.
Add text to an existing note (partially implemented via the replace_note and add_title method).
Attach a file to a note in Bear.
Retrieve a list of tags in Bear.
Open a specific tag in Bear.
Rename an existing tag in Bear.
Delete a specific tag from Bear.
Access the trashed notes in Bear.
Archive a specific note in Bear.
Retrieve notes that are not tagged in Bear.
Manage to-do items within notes in Bear.
Access notes created or modified today in Bear.
Retrieve locked notes in Bear.
Search for notes based on a query in Bear.
Retrieve a URL for a specific note in Bear.