Skip to content
VS Code

linkinator mcp for VS Code

io.github.justinbeckwith/linkinator-mcp

MCP server for link checking using linkinator

client:VS Code transport:stdio runtime:npm

Install linkinator mcp in VS Code

.vscode/mcp.json

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

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

linkinator mcp in other clients