Skip to content
Grok

mcp check links for Grok

io.github.webmoleai/mcp-check-links

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

client:Grok transport:stdio runtime:npm

Install mcp check links in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp check links in other clients