Bear MCP Server

by jkawamoto
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

[!IMPORTANT] 此应用程序目前正在开发中。存在一个已知问题,即每次 API 调用都会打开浏览器

Bear MCP 服务器

用于与Bear笔记软件交互的 MCP 服务器。

安装

对于 Goose CLI

要在 Goose CLI 中启用 Bear 扩展,请编辑配置文件~/.config/goose/config.yaml以包含以下条目:

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

适用于 Goose Desktop

使用以下设置添加新扩展:

  • 类型:标准IO
  • ID :熊
  • 名字:熊
  • 描述:与 Bear 笔记软件交互
  • 命令uvx --from git+https://github.com/jkawamoto/mcp-bear mcp-bear
  • 环境变量:使用您的 api 令牌添加BEAR_API_TOKEN

有关在 Goose Desktop 中配置 MCP 服务器的更多详细信息,请参阅文档:使用扩展 - MCP 服务器

对于克劳德桌面

要为 Claude Desktop 配置此服务器,请在mcpServers下使用以下条目编辑claude_desktop_config.json文件:

{ "mcpServers": { "youtube-transcript": { "command": "uvx", "args": [ "--from", "git+https://github.com/jkawamoto/mcp-bear", "mcp-bear", "--token", "<YOUR_TOKEN>" ] } } }

编辑完成后,重新启动应用程序。更多信息,请参阅:针对 Claude 桌面用户 - 模型上下文协议

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Bear MCP Server:

npx -y @smithery/cli install @jkawamoto/mcp-bear --client claude

已实施的行动

服务器支持以下操作。有关每个操作的详细信息,请参阅 Bear 的X-callback-url Scheme 文档

  • [x] /打开注释
  • [x] /创建
  • [ ] /添加文本
  • [ ] /添加文件
  • [x] /标签
  • [x] /开放标签
  • [ ] /重命名标签
  • [ ] /删除标签
  • [ ] /垃圾
  • [ ] /档案
  • [ ] /未标记
  • [x] /待办事项
  • [x] /今天
  • [ ] /锁定
  • [x] /搜索
  • [x] /grab-url

执照

此应用程序采用 MIT 许可证。有关更多详细信息,请参阅许可证文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

方便与 Bear 笔记软件进行交互,用户可以通过 Bear 的 X-callback-url Scheme 进行打开笔记、创建笔记、搜索等操作。

  1. Installation
    1. For Goose CLI
    2. For Goose Desktop
    3. For Claude Desktop
  2. Actions Implemented
    1. License
      ID: 2gg54jdwwv