mcp-server-bear
MCP server for Bear note-taking app
Documentation
mcp-server-bear
一个 MCP 服务器,对接 Bear 熊掌记的 API,实现在任意 MCP 客户端以对话形式创建笔记的功能。
功能特点
- 通过 MCP 客户端(如 Cursor AI、Claude、OpenAI 等)以对话方式创建 Bear 笔记
- 支持打开和搜索现有笔记
- 支持 Markdown 格式的笔记内容
- 支持添加标签
系统要求
- macOS(因为 Bear 应用仅支持 macOS 系统)
- 安装了 Bear 应用
- Node.js 14.0.0 或更高版本
安装和使用
方法 1:使用 npx(推荐)
npx mcp-server-bear方法 2:全局安装
npm install -g mcp-server-bear
mcp-server-bear方法 3:从源码安装
git clone https://github.com/Ssiswent/mcp-server-bear.git
cd mcp-server-bear
npm install
npm run build
node build/index.jsMCP 客户端配置
在你喜欢的 MCP 客户端中配置此服务器。以下是一些常见客户端的配置示例:
ChatWise
复制这段代码,打开 ChatWise,选择 从剪切板导入 JSON
{
"mcpServers": {
"mcp-server-bear": {
"command": "npx",
"args": ["-y", "mcp-server-bear"]
}
}
}Windsurf
编辑 `~/.codeium/windsurf/mcp_config.jsonn` 文件,添加以下配置:
{
"mcpServers": {
"mcp-server-bear": {
"command": "npx",
"args": ["-y", "mcp-server-bear"]
}
}
}Claude
在 Claude.app 中,前往设置 > MCP 服务器 > 添加 MCP 服务器,然后添加:
- 名称:Bear MCP 服务器
- 命令:npx
- 参数:-y mcp-server-bear
使用示例
在配置好 MCP 客户端后,可以与 AI 对话,请求它记录笔记到 Bear。例如:
1. "帮我记录一下今天的会议笔记"
2. "把这段代码保存到 Bear 笔记中"
3. "总结我们的对话并保存到 Bear 中"
4. "在 Bear 中搜索关于项目计划的笔记"
5. "打开我的最新 Bear 笔记"
AI 会理解你的意图,并使用相应的工具与 Bear 应用交互。
工具说明
此 MCP 服务器提供了以下工具:
1. `write_note`:将笔记写入 Bear 应用
2. `open_note`:打开 Bear 中的笔记
3. `search_notes`:搜索 Bear 笔记
开发
# 克隆项目
git clone https://github.com/Ssiswent/mcp-server-bear.git
cd mcp-server-bear
# 安装依赖
npm install
# 开发模式(监视文件变化并自动编译)
npm run watch
# 使用 Inspector 调试工具
npm run inspector发布
# 登录到 npm
npm login
# 发布到 npm
npm publish --access public许可
MIT
Frequently asked questions
What is mcp-server-bear?
mcp-server-bear is MCP server for Bear note-taking app
How do I install mcp-server-bear?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-bear open source?
Yes — it is hosted on GitHub at https://github.com/Ssiswent/mcp-server-bear.
Related MCP tools
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP