Skip to main content
Glama
jkawamoto

Bear MCP Server

by jkawamoto

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

Bear MCP 服务器

Python应用程序 GitHub 许可证 预先提交 拉夫 铁匠徽章

用于与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

Related MCP server: Bear MCP Server

已实施的行动

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

  • [x] /打开注释

  • [x] /创建

  • [ ] /添加文本

  • [ ] /添加文件

  • [x] /标签

  • [x] /开放标签

  • [ ] /重命名标签

  • [ ] /删除标签

  • [ ] /垃圾

  • [ ] /档案

  • [ ] /未标记

  • [x] /待办事项

  • [x] /今天

  • [ ] /锁定

  • [x] /搜索

  • [x] /grab-url

执照

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search, read, and browse Bear notes directly from your local Bear database. Supports searching by title, content, or tags, opening specific notes, and exploring tag-based organization.
    1
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides comprehensive access to Bear notes using a hybrid sync-safe approach - direct database reads for performance and Bear's official API for writes, enabling natural language note management, search, organization, and analysis while maintaining iCloud sync compatibility.
    8 npm
    32
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables Claude to interact with Bear notes (via better-bear-cli) for listing, searching, creating, editing, and exporting notes through natural language.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude Code to interact with Bear notes on macOS, supporting create, search, update, delete, open notes, and tag management via natural language.
    8 npm
    ISC