
Linkinator
@JustinBeckwith
About Linkinator
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linkinator": {
"command": "npx",
"args": [
"linkinator-mcp"
]
}
}
}Tools
1Scan links in a webpage or local file path using linkinator. Checks for broken links, validates anchors, and can crawl recursively. Supports progress notifications for long-running scans.
Overview
What is Linkinator?
Linkinator is a Model Context Protocol (MCP) server that provides link checking capabilities using the linkinator library. It allows AI assistants like Claude to scan webpages and local files for broken links.
How to use Linkinator?
Install and configure using the install-mcp tool (npx install-mcp linkinator-mcp --client claude) or by manually editing your MCP client's configuration file. Once set up, ask the AI assistant to check links on a URL or local file using natural language prompts.
Key features of Linkinator
- Comprehensive link checking for websites and local files
- Recursive crawling that follows links on the same domain
- Supports HTML, CSS, and Markdown content types
- Validates anchor links and URL fragments
- Flexible configuration for timeouts, retries, and SSL
- Detailed reporting with status codes and broken link grouping
Use cases of Linkinator
- Check all links on a single webpage for broken ones
- Recursively scan an entire website for broken links
- Validate links in local HTML documentation files
- Verify URLs in CSS stylesheets and Markdown files
- Test anchor fragments within a page or site
FAQ from Linkinator
What does Linkinator check?
Linkinator scans webpages and local files for broken links, supporting HTML, CSS, and Markdown content types. It can validate anchor fragments and follow links recursively within the same domain.
How do I install Linkinator?
The easiest way is to run npx install-mcp linkinator-mcp --client claude which automatically configures it for your MCP client. You can also install globally with npm install -g linkinator-mcp and add it manually to your client's config file.
Why isn't Linkinator appearing in Claude Code?
Check that the path in your config file is absolute, verify the build directory exists (ls /path/to/linkinator-mcp/build/index.js), and ensure Node.js is in your PATH.
How do I fix permission errors?
On macOS/Linux, run chmod +x /path/to/linkinator-mcp/build/index.js to make the build file executable.
What should I do if I get a port conflict?
When scanning local files, specify a different port using the port option (e.g., with port 9000).
Frequently asked questions
What does Linkinator check?
Linkinator scans webpages and local files for broken links, supporting HTML, CSS, and Markdown content types. It can validate anchor fragments and follow links recursively within the same domain.
How do I install Linkinator?
The easiest way is to run `npx install-mcp linkinator-mcp --client claude` which automatically configures it for your MCP client. You can also install globally with `npm install -g linkinator-mcp` and add it manually to your client's config file.
Why isn't Linkinator appearing in Claude Code?
Check that the path in your config file is absolute, verify the build directory exists (`ls /path/to/linkinator-mcp/build/index.js`), and ensure Node.js is in your PATH.
How do I fix permission errors?
On macOS/Linux, run `chmod +x /path/to/linkinator-mcp/build/index.js` to make the build file executable.
What should I do if I get a port conflict?
When scanning local files, specify a different port using the `port` option (e.g., with `port 9000`).
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments