Bear MCP Server
@jkawamoto
Bear MCP Server について
A MCP server for interacting with Bear note-taking software.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bear MCP Server?
Bear MCP Server is a Model Context Protocol server that enables AI assistants to interact with the Bear note-taking application. It translates MCP calls into Bear's x-callback-url actions, allowing automated note creation, editing, searching, and tag management.
How to use Bear MCP Server?
Install via uvx from the GitHub repository: uvx --from git+https://github.com/jkawamoto/mcp-bear mcp-bear. Provide your Bear API token either as the environment variable BEAR_API_TOKEN or via the command‑line flag --token. Configuration examples are available for Goose, Claude Desktop, and LM Studio; most setups require adding an MCP server entry pointing to the uvx command.
Key features of Bear MCP Server
- Opens, creates, and archives Bear notes
- Adds text and files to existing notes
- Retrieves and manages tags (create, rename, delete)
- Searches notes and grabs URLs
- Lists notes by criteria: todo, today, locked, untagged
Use cases of Bear MCP Server
- Automating note capture from an AI assistant
- Bulk organizing notes with tags and archiving
- Integrating Bear note‑taking into AI‑powered workflows
- Searching and retrieving notes contextually during conversations
FAQ from Bear MCP Server
What does Bear MCP Server do?
It connects AI assistants to Bear note‑taking software, enabling them to perform actions like creating notes, adding content, and managing tags using Bear’s x‑callback‑url scheme.
What are the system requirements?
You need uv installed on your system to use the uvx command. The Bear app must be installed locally on your computer.
How do I authenticate with Bear MCP Server?
Set the BEAR_API_TOKEN environment variable or pass your token via the --token command‑line argument when starting the server.
How can I install Bear MCP Server?
Use the uvx command with the GitHub repository URL. Detailed instructions for Goose, Claude Desktop, and LM Studio are provided in the README, including manual config file edits.
What actions are supported?
The server supports 16 actions from Bear’s x‑callback‑url scheme: open‑note, create, add‑text (partial), add‑file, tags, open‑tag, rename‑tag, delete‑tag, trash, archive, untagged, todo, today, locked, search, and grab‑url.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント