PluginBench
MCP Server
Active
Apache-2.0

ai.thrain/blackout MCP Server

ai.thrain/blackout

What is the ai.thrain/blackout MCP server?

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

How to install ai.thrain/blackout

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

Related MCP servers

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

ai.thrain/blackout MCP Server | PluginBench