deadlink-checker-mcp
About
Dead link checker MCP server - find broken links, redirects, and timeouts on any website.
Details
- Author
- yifanyifan897645
- Categories
- Web Scraping, Developer Tools, Automation
Jump to
Setup
Install deadlink-checker-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/yifanyifan897645/deadlink-checker-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Dead link checker MCP server — find broken links, redirects, and timeouts on any website.
claude mcp add deadlink-checker -- npx -y deadlink-checker-mcp
{ "mcpServers": { "deadlink-checker": { "command": "npx", "args": ["-y", "deadlink-checker-mcp"] } } }
{ "mcpServers": { "deadlink-checker": { "command": "npx", "args": ["-y", "deadlink-checker-mcp"] } } }
Check all links onhttps://example.comfor broken URLs
Output:JSON with status, statusText, redirectTo, responseTime, and location for every link found.
Recursively crawl internal pages and check all discovered links.
Deep scanhttps://example.comwith depth 2 to find all broken links
- url— Starting URL
- depth— Crawl depth 1-3 (free: max 1)
Parse a sitemap.xml and check every listed URL.
Check all URLs inhttps://example.com/sitemap.xml
Output:Status of every URL in the sitemap, with broken links and timeouts highlighted.
- Fetches the target page and extracts all<a href>links
- Checks each link using HTTP HEAD (fast), falls back to GET if HEAD is rejected
- Parallel batch requests (10 at a time) with 10s timeout and 1 retry
- Reports: broken (4xx/5xx), redirects (301/302), timeouts, and healthy links
- webcheck-mcp— Website health analysis
- git-summary-mcp— Git repository intelligence
- mcp-checkup— MCP setup health analyzer
- dev-utils-mcp— Developer utilities
- codescan-mcp— Codebase health scanner
- deadlink-checker-mcp— Dead link detector
Official Playwright MCP server for browser automation, page inspection, screenshots, and web interaction from Claude, Cursor, and other AI agents.
Render website screenshots with ScreenshotOne
Attaches to existing browser sessions using the Chrome DevTools Protocol for automation and interaction.
Help your AI agent finish more browser tasks.
Automate remote browsers using the BrowserCat API.
Remote browser automation using the BrowserCat API.
Take screenshots and read console logs from web pages using Playwright.
Automate browser tasks using the Browser Use API.
A Node.js server that enables AI assistants to control the Chrome browser via WebSocket. Requires the CodingBaby Chrome Extension.
A configurable MCP server for browser automation using Puppeteer.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


