Skip to content
Cursor

mcp link doctor for Cursor

io.github.webmoleai/mcp-link-doctor

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

client:Cursor transport:stdio runtime:npm

Install mcp link doctor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-link-doctor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-link-doctor"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp link doctor in other clients