A MCP server for interacting with Bear note-taking software.
SaferSkills independently audited Mcp Bear (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A MCP server for interacting with Bear note-taking software.
<img src="icon.png" width="256" height="256" alt="Bear MCP Server Icon">
[!NOTE] You'll needuvinstalled on your system to useuvxcommand.
Open this link
goose://extension?cmd=uvx&arg=--from&arg=git%2Bhttps%3A%2F%2Fgithub.com%2Fjkawamoto%2Fmcp-bear&arg=mcp-bear&id=bear&name=Bear&description=Interacting%20with%20Bear%20note-taking%20software&env=BEAR_API_TOKENto launch the installer, then click "Yes" to confirm the installation. Set BEAR_API_TOKEN environment variable to your api token.
<details> <summary>Manually configuration</summary>
You can also directly edit the config file (~/.config/goose/config.yaml) to include the following entry:
extensions:
bear:
name: Bear
cmd: uvx
args: [--from, git+https://github.com/jkawamoto/mcp-bear, mcp-bear]
envs: { "BEAR_API_TOKEN": "<YOUR_TOKEN>" }
enabled: true
type: stdio</details>
For more details on configuring MCP servers in Goose, refer to the documentation: Using Extensions | goose.
Download the latest MCP bundle mcp-bear.mcpb from the Releases page, then open the downloaded .mcpb file or drag it into the Claude Desktop's Settings window.
<details> <summary>Manually configuration</summary>
You can also manually configure this server for Claude Desktop. Edit the claude_desktop_config.json file by adding the following entry under mcpServers:
{
"mcpServers": {
"bear": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-bear",
"mcp-bear",
"--token",
"<YOUR_TOKEN>"
]
}
}
}After editing, restart the application.
</details>
For more information, see: Connect to local MCP servers - Model Context Protocol.
To configure this server for LM Studio, click the button below.
The server supports the following actions. Refer to Bear's X-callback-url Scheme documentation for details on each action.
This application is licensed under the MIT License. See the LICENSE file for more details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.