Skip to content
Cursor

defluff for Cursor

io.github.ahmedak/defluff

Deterministic prose linter for LLM text — flags AI slop, filler, buzzwords, hedges, clichés.

client:Cursor transport:stdio runtime:pypi

Install defluff in Cursor

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

{
  "mcpServers": {
    "defluff": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "defluff"
      ]
    }
  }
}

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

defluff in other clients