送信

Linkinator

@Justin Beckwith

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.

サーバー設定

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