Skip to content
VS Code

scan mcp for VS Code

io.github.jacksenechal/scan-mcp

MCP server for scanner discovery and batch capture via SANE

client:VS Code transport:stdio runtime:npm

Install scan mcp in VS Code

.vscode/mcp.json

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

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

scan mcp in other clients