Skip to main content
Glama

Bear MCP Server

[!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. 安装
    1. 对于 Goose CLI
    2. 适用于 Goose Desktop
    3. 对于克劳德桌面
  2. 已实施的行动
    1. 执照

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Allows the AI to read from your Bear Notes
        Last updated -
        8
        26
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        Facilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.
        Last updated -
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables interaction with Apple Notes via natural language, supporting note creation, search, and retrieval with iCloud integration for seamless note management.
        Last updated -
        3
        2
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows AI assistants like Claude to read notes from the Bear note-taking app in a safe, read-only mode.
        Last updated -
        2
        JavaScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkawamoto/mcp-bear'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server