MCP Directory
Back

bear-mcp

by autonomee · TypeScript · ★ 0

Bear Notes MCP server — search, read, create, and browse Bear notes by tag. Built with Bun + @modelcontextprotocol/sdk

Install

npx -y github:autonomee/bear-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "bear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:autonomee/bear-mcp"
      ]
    }
  }
}

From the README

An MCP server that gives AI assistants read/write access to your [Bear](https://bear.app) notes. Search, read, create notes, and browse by tag — all through the Model Context Protocol. Bear stores everything in a local SQLite database. This server reads it directly (read-only) for instant search and retrieval. Note creation uses Bear's URL scheme so your data stays consistent. No API keys needed for basic use. No cloud dependency. Your notes never leave your machine. | Tool | Description | |------|-------------| | | Full-text search across titles and body text | | | Get full content of a…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers