Bear MCP Server
by jkawamoto
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BEAR_API_TOKEN | Yes | Your API token for interacting with Bear note-taking software |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
bear://tags |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
open_note | Open a note identified by its title or id and return its content. |
create | Create a new note and return its unique identifier. Empty notes are not allowed. |
open_tag | Show all the notes which have a selected tag in bear. |
todo | Select the Todo sidebar item. |
today | Select the Today sidebar item. |
search | Show search results in Bear for all notes or for a specific tag. |
grab_url | Create a new note with the content of a web page and return its unique identifier. |