Odel
Prerender Buddy

Prerender Buddy

Local
@kopachlager1JavaScriptApache-2.0Updated 1w ago

Local MCP tools for crawler-readability and discovery-file diagnostics.

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).

npm@prerenderbuddy/mcpv0.1.4

Run

npx -y @prerenderbuddy/mcp

MCP client config

{
  "mcpServers": {
    "prerender-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "@prerenderbuddy/mcp"
      ]
    }
  }
}