Skip to content
VS Code

spotlight for VS Code

ai.thrain/spotlight

Local PDF accessibility audit: machine-checkable PDF/UA basics (ADA/EAA/508). No uploads.

client:VS Code transport:stdio runtime:npm

Install spotlight in VS Code

.vscode/mcp.json

{
  "servers": {
    "spotlight": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thrain/spotlight-mcp"
      ]
    }
  }
}

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

spotlight in other clients