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: stdioGooseデスクトップ用
次の設定で新しい拡張機能を追加します。
タイプ: 標準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 claudeRelated MCP server: Bear MCP Server
実施されたアクション
サーバーは以下のアクションをサポートしています。各アクションの詳細については、BearのX-callback-urlスキームのドキュメントを参照してください。
[x] /オープンノート
[x] /作成
[ ] /テキストを追加
[ ] /ファイルを追加
[x] /タグ
[x] /オープンタグ
[ ] /名前変更タグ
[ ] /タグを削除
[ ] /ごみ
[ ] /アーカイブ
[ ] /タグなし
[x] /todo
[x] /今日
[ ] /ロック済み
[x] /検索
[x] /grab-url
ライセンス
このアプリケーションはMITライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルをご覧ください。
Maintenance
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
- KnowtisOAuthapp.knowtis
Create, search and manage Knowtis collaborative notes from AI assistants.
- CraftOAuthdo.craft.mcp
Access and edit your Craft documents.
Notes, kanban tasks, and a capture inbox: read and create Flow data with a personal token.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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-
- AlicenseNot gradedqualityCmaintenanceProvides 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 npm32MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude to interact with Bear notes (via better-bear-cli) for listing, searching, creating, editing, and exporting notes through natural language.-
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to interact with Bear notes on macOS, supporting create, search, update, delete, open notes, and tag management via natural language.8 npmISC