Bear MCP Server

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

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

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

  • タイプ: 標準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

実施されたアクション

サーバーは以下のアクションをサポートしています。各アクションの詳細については、BearのX-callback-urlスキームのドキュメントを参照してください。

  • [x] /オープンノート
  • [x] /作成
  • [ ] /テキストを追加
  • [ ] /ファイルを追加
  • [x] /タグ
  • [x] /オープンタグ
  • [ ] /名前変更タグ
  • [ ] /タグを削除
  • [ ] /ごみ
  • [ ] /アーカイブ
  • [ ] /タグなし
  • [x] /todo
  • [x] /今日
  • [ ] /ロック済み
  • [x] /検索
  • [x] /grab-url

ライセンス

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

You must be authenticated.

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

Bear メモ作成ソフトウェアとのやり取りを容易にし、ユーザーがメモを開いたり、メモを作成したり、Bear の X-callback-url スキームを通じて検索したりするなどのアクションを実行できるようにします。

  1. インストール
    1. Goose CLIの場合
    2. Gooseデスクトップ用
    3. クロードデスクトップ向け
  2. 実施されたアクション
    1. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Allows the AI to read from your Bear Notes
        Last updated -
        23
        TypeScript
        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

      ID: 2gg54jdwwv