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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related productivity servers