Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TMDB MCP Server
  • Google Workspace MCP Server
  • Image Processor MCP Server
  • Xano MCP Server for Smithery
  • S3 MCP Server
Back to MCP Servers
Bear MCP Server

Bear MCP Server

Public
akseyh/bear-mcp-server

Provides Model Context Protocol (MCP) access to Bear Notes on macOS, enabling reading, searching, and listing tags from the Bear SQLite database for seamless note management.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Bear MCP Server

MCP Server

Unlock the full potential of Bear MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Bear MCP Server

This project is a Model Context Protocol (MCP) server that provides access to the Bear Notes.

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

!Kariyer notu arama örneği

Features

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

Installation

# 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

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

{ "mcpServers": { "bear": { "command": "node", "args": [".../build/index.js"] // Change it with your path } } }

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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TMDB MCP Server
    TMDB MCP Server

    Provides AI assistants with seamless access to The Movie Database API via Model Context Protocol, en...

    Added May 30, 2025
  • Google Workspace MCP Server
    Google Workspace MCP Server

    Provides Model Context Protocol (MCP) tools for seamless programmatic management of Gmail and Google...

    8 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • S3 MCP Server
    S3 MCP Server

    Provides Model Context Protocol (MCP) tools for seamless interaction with AWS S3, enabling listing o...

    3 tools
    Added May 30, 2025