Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🛠️ Other Tools and Integrations
  3. Bear MCP Server
Bear MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 1:31:45 AM

Bear MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository45 GitHub StarsTotal stargazers on GitHub for the source repository (45 stars).Visit Website
bear-notesmacosnotesproductivity

Reads Bear notes, searches note text, and lists tags through MCP on macOS.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for akseyh/bear-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🛠️ More in Other Tools and Integrations

Overview

akseyh/bear-mcp-server MCP server exposes Bear Notes data to AI clients through the Model Context Protocol. It reads Bear's SQLite database and provides tools for retrieving notes, searching note text, and listing tags. Use it when an agent needs read access to a local Bear library on macOS. The project can run through npm or Docker, with Docker requiring the Bear database directory to be mounted.

Use cases

•Retrieve notes from a local Bear library
•Search Bear notes for a phrase
•List tags used in Bear
•Review stored notes through Claude Desktop

Key features

•Retrieve all Bear notes
•Search notes by text
•List all Bear tags
•Read Bear's SQLite database
•Run locally through npm or Docker

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bear MCP Server.

Extracted Tool Capabilities
Retrieve all Bear notes
Search notes by text
List all Bear tags
Read Bear's SQLite database
Run locally through npm or Docker

How Bear MCP Server works

What akseyh/bear-mcp-server MCP server does

akseyh/bear-mcp-server MCP server gives an MCP-compatible client read access to a Bear Notes library. It works with the SQLite database used by Bear and exposes three operations: retrieving notes, searching notes for text, and listing all tags. The server is intended for local Bear data on macOS, not for a hosted or cross-platform notes service.

The available functionality is read-oriented. Based on the listed tools, an agent can inspect existing notes, find notes matching a term or phrase, and discover the tags present in the library. There is no documented tool for creating, editing, deleting, or tagging notes.

How it works

Bear stores its notes in a SQLite database. When akseyh/bear-mcp-server MCP server starts, it runs SQL queries against that database and makes the results available through MCP tools. The client communicates with the server using the configured local process, while the server reads the database supplied by the Bear installation.

The README identifies these MCP tools:

  • get_notes retrieves all notes.
  • get_tags returns all tags.
  • get_notes_like searches for notes containing specified text.

The database must be accessible to the process running the server. With Docker, this is handled by mounting Bear's macOS application-data directory into the container at /app/db.

Setup and configuration

The project requires Node.js, the Bear application on macOS, and access to Bear's database. The source installation flow is to clone the repository, enter its directory, install npm dependencies, and run the build script. The README also provides an npm client configuration that starts the published bear-mcp-server package with npx.

A Docker configuration is documented as an alternative. It runs the akseyh/bear-mcp-server image and mounts the local Bear database directory. The path shown in the README contains a user-name placeholder, so it must be replaced with the actual macOS user path before use. Docker is useful when the server process should run in a container while still reading the local database through the mounted volume.

Claude Desktop is the explicitly documented client. Its MCP configuration uses a server entry named bear; the npm option launches the server with npx, while the Docker option launches it with docker run.

Tools and capabilities

akseyh/bear-mcp-server MCP server supports three documented capabilities:

  • Retrieve all available Bear notes with get_notes.
  • Search note contents using get_notes_like.
  • List the Bear library's tags with get_tags.

These tools fit workflows such as finding a stored career note, reviewing a local knowledge base, or identifying tags before narrowing a search. The material does not describe filtering parameters beyond text search, result pagination, note updates, or attachment handling.

Limitations and notes

The server depends on Bear's local database layout and therefore requires Bear and database access on macOS. It is not documented as a cloud connector or as a Windows or Linux integration. Database access permissions and the correct local path are prerequisites, especially for Docker mounts.

The documented feature set is limited to reading notes, searching note text, and listing tags. No authentication flow, API key, or remote endpoint is described. The project is released under the ISC license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • My Bear MCP Server logoMy Bear MCP Server

    Allows to read notes and tags for the Bear Note taking app, through a direct integration with Bear's sqlitedb.

    🛠️ Other Tools and Integrations4 views
    Compare vs My Bear MCP Server →
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    🛠️ Other Tools and Integrations4 views
    Compare vs Git →
  • MCP Obsidian logoMCP Obsidian

    MCP server that interacts with Obsidian via the Obsidian rest API community plugin

    🛠️ Other Tools and Integrations3 views
    Compare vs MCP Obsidian →
  • Hackmd MCP logoHackmd MCP

    Allows AI models to interact with HackMD

    🛠️ Other Tools and Integrations2 views
    Compare vs Hackmd MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
45
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Bear MCP Server

The README documents cloning the repository, running npm install, and building with npm run build. It also provides an npx configuration using the bear-mcp-server package.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBear MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/akseyh-bear-mcp-server?style=directory)](https://allmcps.com/mcp/akseyh-bear-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/akseyh-bear-mcp-server"><img src="https://allmcps.com/api/badge/akseyh-bear-mcp-server?style=directory" alt="Bear MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category🛠️Other Tools and Integrations
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseISC
ClientsClaude Desktop
Last updatedSep 4, 2026
8/9 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars45
GitHub Star CountTotal stargazers on GitHub representing community popularity (45 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 26, 2025
35Quality signal: Fair · 35/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools12/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8d ago via OSV.dev

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🛠️ Other Tools and Integrations →Alternatives to Bear MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code