A Model Context Protocol (MCP) server that provides link checking capabilities using linkinator. This allows AI assistants like Claude to scan webpages and local files for broken links.
Server Config
{
"mcpServers": {
"linkinator": {
"command": "npx",
"args": [
"linkinator-mcp"
]
}
}
}