Odel
linkinator mcp

linkinator mcp

Local
@justinbeckwith3TypeScriptMITUpdated 4 days ago

MCP server for link checking using linkinator

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlinkinator-mcpv1.0.3

Run

npx -y linkinator-mcp

MCP client config

{
  "mcpServers": {
    "linkinator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linkinator-mcp"
      ]
    }
  }
}