Skip to main content
Glama

Bear MCP Server

[!WICHTIG] Diese Anwendung befindet sich derzeit in der Entwicklung. Es besteht ein bekanntes Problem, bei dem bei jedem API-Aufruf ein Browser geöffnet wird .

Bear MCP Server

Ein MCP-Server für die Interaktion mit der Notizsoftware Bear .

Installation

Für Goose CLI

Um die Bear-Erweiterung in Goose CLI zu aktivieren, bearbeiten Sie die Konfigurationsdatei ~/.config/goose/config.yaml um den folgenden Eintrag einzufügen:

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

Für Goose Desktop

Fügen Sie eine neue Erweiterung mit den folgenden Einstellungen hinzu:

  • Typ : Standard-IO
  • ID : Bär
  • Name : Bär
  • Beschreibung : Interaktion mit der Notizsoftware Bear
  • Befehl : uvx --from git+https://github.com/jkawamoto/mcp-bear mcp-bear
  • Umgebungsvariablen : Fügen Sie BEAR_API_TOKEN mit Ihrem API-Token hinzu

Weitere Einzelheiten zum Konfigurieren von MCP-Servern in Goose Desktop finden Sie in der Dokumentation: Verwenden von Erweiterungen – MCP-Server .

Für Claude Desktop

Um diesen Server für Claude Desktop zu konfigurieren, bearbeiten Sie die Datei claude_desktop_config.json mit dem folgenden Eintrag unter mcpServers :

{ "mcpServers": { "youtube-transcript": { "command": "uvx", "args": [ "--from", "git+https://github.com/jkawamoto/mcp-bear", "mcp-bear", "--token", "<YOUR_TOKEN>" ] } } }

Starten Sie die Anwendung nach der Bearbeitung neu. Weitere Informationen finden Sie unter: Für Claude Desktop-Benutzer – Model Context Protocol .

Installation über Smithery

So installieren Sie Bear MCP Server für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install @jkawamoto/mcp-bear --client claude

Durchgeführte Maßnahmen

Der Server unterstützt die folgenden Aktionen. Details zu den einzelnen Aktionen finden Sie in der Dokumentation zum X-Callback-URL-Schema von Bear.

  • [x] /offene Notiz
  • [x] /erstellen
  • [ ] /Text hinzufügen
  • [ ] /Datei hinzufügen
  • [x] /Tags
  • [x] /open-tag
  • [ ] /Tag umbenennen
  • [ ] /Tag löschen
  • [ ] /Müll
  • [ ] /Archiv
  • [ ] /untagged
  • [x] /todo
  • [x] /heute
  • [ ] /gesperrt
  • [x] /Suche
  • [x] /grab-url

Lizenz

Diese Anwendung ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei LICENSE .

You must be authenticated.

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

Erleichtert die Interaktion mit der Notizsoftware Bear und ermöglicht Benutzern das Ausführen von Aktionen wie das Öffnen und Erstellen von Notizen sowie das Durchsuchen des X-Callback-URL-Schemas von Bear.

  1. Installation
    1. Für Goose CLI
    2. Für Goose Desktop
    3. Für Claude Desktop
  2. Durchgeführte Maßnahmen
    1. Lizenz

      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