NoteStore Lab MCP

NoteStore Lab MCP

Local
@xiaojiou176-open2PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIapple-notes-forensicsv0.1.0.post1

Run

uvx apple-notes-forensics

MCP client config

{
  "mcpServers": {
    "notestore-lab-mcp": {
      "command": "uvx",
      "args": [
        "apple-notes-forensics"
      ]
    }
  }
}