Odel
webcheck mcp

webcheck mcp

Local
@yifanyifan8976453TypeScriptMITUpdated 4mo ago

Website health analysis: SEO, accessibility, performance, security, and broken links

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwebcheck-mcpv0.1.3

Run

npx -y webcheck-mcp

MCP client config

{
  "mcpServers": {
    "webcheck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "webcheck-mcp"
      ]
    }
  }
}