Skip to content
VS Code

webcheck for VS Code

io.github.yifanyifan897645/webcheck

Website health analysis: SEO, accessibility, performance, security, and broken links

client:VS Code transport:stdio runtime:npm

Install webcheck in VS Code

.vscode/mcp.json

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

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

webcheck in other clients