Odel
mcp check links

mcp check links

Local
@webmoleai1JavaScriptUpdated 5mo ago

Find broken links, missing meta tags, and redirect chains on any website.

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).

npmmcp-check-linksv0.2.0

Run

npx -y mcp-check-links

MCP client config

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