PluginBench
MCP Server

Apple Notes Snapshot MCP Server

io.github.xiaojiou176-open/apple-notes-snapshot

What is the Apple Notes Snapshot MCP server?

Local-first Apple Notes backup control room for macOS with a read-only MCP surface.

How to install Apple Notes Snapshot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-notes-snapshot": {
      "command": "https://github.com/xiaojiou176-open/apple-notes-snapshot/releases/download/v0.1.12/apple-notes-snapshot-control-room-v0.1.12.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-notes-snapshot": {
      "command": "https://github.com/xiaojiou176-open/apple-notes-snapshot/releases/download/v0.1.12/apple-notes-snapshot-control-room-v0.1.12.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-notes-snapshot": {
      "command": "https://github.com/xiaojiou176-open/apple-notes-snapshot/releases/download/v0.1.12/apple-notes-snapshot-control-room-v0.1.12.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-notes-snapshot": {
      "type": "stdio",
      "command": "https://github.com/xiaojiou176-open/apple-notes-snapshot/releases/download/v0.1.12/apple-notes-snapshot-control-room-v0.1.12.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add apple-notes-snapshot -- https://github.com/xiaojiou176-open/apple-notes-snapshot/releases/download/v0.1.12/apple-notes-snapshot-control-room-v0.1.12.mcpb

Related MCP servers

Local stdio MCP bridge for archive publishing, retrieval, and governance evidence.

View repository →

Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots.

View repository →

Local-first grocery price intelligence with a read-only MCP server.

View repository →

Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview.

View repository →

Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots.

View repository →

Local stdio MCP for UI briefs to React + shadcn with review, proof, and ship.

View repository →