PluginBench
MCP Server

ai.thrain/spotlight MCP Server

ai.thrain/spotlight

What is the ai.thrain/spotlight MCP server?

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

How to install ai.thrain/spotlight

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": {
    "spotlight": {
      "command": "npx",
      "args": [
        "-y",
        "@thrain/spotlight-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "spotlight": {
      "command": "npx",
      "args": [
        "-y",
        "@thrain/spotlight-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "spotlight": {
      "command": "npx",
      "args": [
        "-y",
        "@thrain/spotlight-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "spotlight": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thrain/spotlight-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add spotlight -- npx -y @thrain/spotlight-mcp

Related MCP servers

Permanent local PDF redaction: text is removed and verified gone, not covered. No uploads.

0
TypeScript
Apache-2.0
View repository →