Skip to content
Cursor

slop eval for Cursor

io.github.rudrendupaul/slop-eval

Wraps the slop-eval CLI as a single generic MCP tool for genericness scoring of AI UI output.

client:Cursor transport:stdio runtime:pypi

Install slop eval in Cursor

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

{
  "mcpServers": {
    "slop-eval": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "slop-eval-cli"
      ]
    }
  }
}

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

slop eval in other clients