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
  • MCP Server
  • Image Processor MCP Server
  • S3 MCP Server
  • Alpha Vantage Stock Analysis MCP Server
  • Image Generator MCP Server
Back to MCP Servers
Bear MCP Server

Bear MCP Server

Public
akseyh/bear-mcp-server

Allows the AI to read from your Bear Notes

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

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
  • MCP Server
    MCP Server

    This TypeScript-based MCP server allows users to manage a simple notes system through creating and s...

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

    A TypeScript-based MCP server that implements a simple notes system, allowing users to create, acces...

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

    An Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact...

    3 tools
    Added May 30, 2025
  • Alpha Vantage Stock Analysis MCP Server
    Alpha Vantage Stock Analysis MCP Server

    Allows Claude and other MCP clients to access real-time and historical stock market data from Alpha ...

    3 tools
    Added May 30, 2025
  • Image Generator MCP Server
    Image Generator MCP Server

    An MCP server that allows users to generate images using Replicate's Stable Diffusion model and save...

    3 tools
    Added May 30, 2025