PluginBench
MCP Server

NoteStore Lab MCP MCP Server

io.github.xiaojiou176-open/notestorelab-mcp

What is the NoteStore Lab MCP MCP server?

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

How to install NoteStore Lab MCP

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": {
    "notestorelab-mcp": {
      "command": "uvx",
      "args": [
        "apple-notes-forensics"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "notestorelab-mcp": {
      "command": "uvx",
      "args": [
        "apple-notes-forensics"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "notestorelab-mcp": {
      "command": "uvx",
      "args": [
        "apple-notes-forensics"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "notestorelab-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-notes-forensics"
      ]
    }
  }
}
Claude Code
claude mcp add notestorelab-mcp -- uvx apple-notes-forensics

Related MCP servers

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

View repository →

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

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 stdio MCP for UI briefs to React + shadcn with review, proof, and ship.

View repository →