Skip to content
Cursor

Prerender Buddy for Cursor

io.github.kopachlager/prerenderbuddy-mcp

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

client:Cursor transport:stdio runtime:npm

Install Prerender Buddy in Cursor

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

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

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

Prerender Buddy in other clients