Skip to content
VS Code

lucid apple mcp for VS Code

io.github.lucid-systems-llc/lucid-apple-mcp

On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation.

client:VS Code transport:stdio runtime:npm

Install lucid apple mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "lucid-apple-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lucid-apple-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lucid apple mcp in other clients