@umbrelladocs/linkspector-mcp
v0.1.0
Published
MCP server for Linkspector - check for broken hyperlinks in Markdown and AsciiDoc files
Maintainers
Readme
Linkspector MCP Server
An MCP (Model Context Protocol) server that exposes Linkspector as a tool for AI agents. Check for broken hyperlinks in Markdown and AsciiDoc files directly from Claude, Cursor, VS Code Copilot, and other MCP-compatible clients.
Tools
check_links
Check for broken hyperlinks and get detailed results in RDJSON format with file paths, line numbers, URLs, and HTTP status codes.
Parameters:
directory(optional) — Directory to check. Defaults to current working directory.config(optional) — Path to a custom.linkspector.ymlconfiguration file.
check_links_summary
Quick pass/fail check with statistics. Faster to process than full results.
Parameters:
directory(optional) — Directory to check. Defaults to current working directory.config(optional) — Path to a custom.linkspector.ymlconfiguration file.
Installation
npm install -g @umbrelladocs/linkspector-mcpConfiguration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"linkspector": {
"command": "linkspector-mcp"
}
}
}Claude Code
claude mcp add linkspector -- linkspector-mcpVS Code / Cursor
Add to your MCP settings:
{
"mcpServers": {
"linkspector": {
"command": "linkspector-mcp"
}
}
}Development
npm install
npm run buildLicense
Apache-2.0
