Skip to content
Cursor

mcp check links for Cursor

io.github.webmoleai/mcp-check-links

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

client:Cursor transport:stdio runtime:npm

Install mcp check links in Cursor

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

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

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

mcp check links in other clients