Skip to content
Grok

defluff for Grok

io.github.ahmedak/defluff

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

client:Grok transport:stdio runtime:pypi

Install defluff in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

defluff in other clients