# Bear Mcp Server

> MCP Server integration for Bear note app

- **Type:** MCP server
- **Install:** `agentstack add mcp-akseyh-bear-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [akseyh](https://agentstack.voostack.com/s/akseyh)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [akseyh](https://github.com/akseyh)
- **Source:** https://github.com/akseyh/bear-mcp-server

## Install

```sh
agentstack add mcp-akseyh-bear-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Bear MCP Server

[](https://mseep.ai/app/akseyh-bear-mcp-server)

[](https://mseep.ai/app/4ba4aa63-76ae-41d7-9d41-851d9acf7013)

This project is a Model Context Protocol (MCP) server that provides access to the [Bear Notes](https://bear.app).

Bear stores notes on SQLite database. This MCP server runs some SQL commands to access this notes.
https://bear.app/faq/where-are-bears-notes-located

## Features

- Read notes
- Search notes by text
- List all tags

## Installation

```bash
# Clone the project
git clone https://github.com/akseyh/bear-mcp-server

# Change directory
cd bear-mcp-server

# Install dependencies
npm install

# Build the project
npm run build
```

## Claude Desktop Config

Update your claude_desktop_config.json

### Docker
```json
{
    "mcpServers": {
        "bear": {
            "command": "docker",
            "args": [
                "run",
                "-v",
                "/Users/[YOUR_USER_NAME]/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data:/app/db",
                "-i",
                "akseyh/bear-mcp-server"
            ]
        }
    }
}
```

### NPM
```json
{
  "mcpServers": {
    "bear": {
      "command": "npx",
      "args": [
          "bear-mcp-server"
      ]
    }
  }
}
```

When the server is started, the following MCP tools become available:

- `get_notes`: Retrieves all notes
- `get_tags`: Lists all tags
- `get_notes_like`: Searches for notes containing specific text

## Requirements

- Node.js
- Bear note application (macOS)
- Access to Bear database

## License

ISC

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [akseyh](https://github.com/akseyh)
- **Source:** [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-akseyh-bear-mcp-server
- Seller: https://agentstack.voostack.com/s/akseyh
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
