MCP Servers / productivity / Bear

Bear

JSON →
stdionone70productivity

A server for interacting with the Bear note-taking application.

Install
How to run this server
[ { "cmd": "uvx\n args:", "imports": [] } ]
server path: bear
Tools
What this server exposes
open-note
Open a specific note in Bear.
create
Create a new note in Bear.
add-text
Add text to a note (partially implemented via replace_note and add_title methods).
add-file
Add a file to a note.
tags
Retrieve all tags from Bear.
open-tag
Open a specific tag in Bear.
rename-tag
Rename a tag in Bear.
delete-tag
Delete a tag from Bear.
trash
Move a note to the trash.
archive
Archive a note.
untagged
Retrieve untagged notes.
todo
Retrieve todo items.
today
Retrieve today's notes.
locked
Retrieve locked notes.
search
Search notes in Bear.
grab-url
Grab content from a URL into Bear.
Configuration
Environment & auth
authnone
envBEAR_API_TOKEN
envYOUR_TOKEN
Resources
Bear — MCP Server · libregistry