# amitte/notes-tools

> Apple Notes / Bear bridge — search_notes and get_note (read-only) plus mutating create_note and update_note. Backed by an on-device companion app.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/notes-tools

## Tags

- **Capabilities:** notes-search, note-read, note-create, note-update
- **Domains:** productivity, knowledge-base

## Evaluation

- **Adversarial score:** 72/100
- **Content score:** 78/100

## Endpoints

- **service-backed** `notes-tools` → https://mcp.amitte.com/v1/notes-tools/sse — Remote MCP server bridging to a local Apple Notes / Bear companion via a registry tunnel. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_notes` — Read-only. Full-text search across notes; returns id, title, snippet, modified.
  - tool: `get_note` — Read-only. Fetch a note's full markdown body.
  - tool: `create_note` — WARNING: mutating. Create a new note. Goes through the on-device companion's Apple Notes / Bear scripting bridge.
  - tool: `update_note` — WARNING: mutating. Append or replace a note's body. Defaults to append for safety.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/notes-tools" } }`
- Install via CLI: `amitte install amitte/notes-tools`
- HTML page: https://amitte.com/s/amitte/notes-tools

Last updated: 2026-06-27T00:09:40.585Z