Skip to main content
Glama
jkawamoto

Bear MCP Server

by jkawamoto

[!IMPORTANT] このアプリケーションは現在開発中です。API呼び出しごとにブラウザが開くという既知の問題があります。

ベア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デスクトップ用

次の設定で新しい拡張機能を追加します。

  • タイプ: 標準IO

  • ID : クマ

  • 名前:ベア

  • 説明: Bearノート作成ソフトウェアとの対話

  • コマンド: uvx --from git+https://github.com/jkawamoto/mcp-bear mcp-bear

  • 環境変数: APIトークンをBEAR_API_TOKENに追加します

Goose Desktop で MCP サーバーを構成する方法の詳細については、 「拡張機能の使用 - MCP サーバー」ドキュメントを参照してください。

クロードデスクトップ向け

このサーバーを Claude Desktop 用に構成するには、 claude_desktop_config.jsonファイルのmcpServersの下に次のエントリを編集します。

{
  "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スキームのドキュメントを参照してください。

  • [x] /オープンノート

  • [x] /作成

  • [ ] /テキストを追加

  • [ ] /ファイルを追加

  • [x] /タグ

  • [x] /オープンタグ

  • [ ] /名前変更タグ

  • [ ] /タグを削除

  • [ ] /ごみ

  • [ ] /アーカイブ

  • [ ] /タグなし

  • [x] /todo

  • [x] /今日

  • [ ] /ロック済み

  • [x] /検索

  • [x] /grab-url

ライセンス

このアプリケーションはMITライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルをご覧ください。

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