MCP.so
登录

Bear MCP Server

@MCP-Mirror

关于 Bear MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Bear MCP Server?

Bear MCP Server is a Model Context Protocol (MCP) server that provides programmatic access to Bear Notes (macOS) by running SQL commands against Bear’s local SQLite database. It is intended for developers and power users who want to read, search, and organize Bear notes through MCP-compatible clients (e.g., Claude Desktop).

How to use Bear MCP Server?

Clone the repository, run npm install and npm build, then add a bear entry to your claude_desktop_config.json pointing to the built index.js file. Once the server is running, three MCP tools become available: get_notes (retrieve all notes), get_tags (list all tags), and get_notes_like (search notes by text).

Key features of Bear MCP Server

  • Read all notes from Bear’s SQLite database
  • Search notes by arbitrary text
  • List all tags used in Bear
  • Exposes three easy-to-use MCP tools
  • Runs locally with no external API calls

Use cases of Bear MCP Server

  • Retrieve and export all Bear notes for backup or analysis
  • Search for notes containing specific keywords or phrases
  • List tags to audit or reorganize note tag hierarchy
  • Integrate Bear notes into an AI assistant workflow via MCP

FAQ from Bear MCP Server

评论

其他 分类下的更多 MCP 服务器