Bear MCP Server
Related Servers
Alternatives to Bear MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceMCP server for Bear notes app on macOS, enabling note reading, searching, creation, and management via Claude.1-
- AlicenseAqualityBmaintenanceMCP Server for Bear note taking app available as Claude Desktop extension or standalone server for any other AI tool593 npm208Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI assistants read and write access to Bear notes on macOS.-
- AlicenseAqualityBmaintenanceA local MCP server that lets MCP clients read and edit Bear notes on macOS using Bear's local database and x-callback-url scheme.10Apache 2.0
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides Claude with access to search, retrieve, and analyze notes from the Bear App through natural language queries.78-
- FlicenseNot gradedqualityCmaintenanceMCP server for reading and searching Markdown notes in any directory, such as an Obsidian vault. It integrates with MCP clients like Claude Desktop to access note contents.803 npm-
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: add_text modifies note content, check_bear_setup handles configuration, create_note and get_note manage note lifecycle, get_tags retrieves metadata, search_notes finds notes, and set_bear_token handles authentication. The descriptions make it easy to distinguish between them.
All tools follow a consistent verb_noun pattern using snake_case: add_text, check_bear_setup, create_note, get_note, get_tags, search_notes, set_bear_token. The naming is predictable and readable throughout the set.
With 7 tools, this is well-scoped for a Bear note-taking server. It covers core operations (create, read, update via add_text, search) and necessary setup/authentication without being overwhelming or too sparse.
The toolset provides strong coverage for note management: create, read, update (via add_text), search, and tag retrieval. Minor gaps include no explicit delete_note or update_note (beyond add_text), but agents can work around this, and the surface supports core workflows effectively.