Skip to content
Grok

pixlint for Grok

io.github.amitsingh-24/pixlint

Lint, curate & prepare computer-vision datasets from your AI assistant — MCP server, 67 tools

client:Grok transport:stdio runtime:pypi

Install pixlint in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pixlint": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pixlint"
      ],
      "env": {
        "CV_DATA_DIR": "<CV_DATA_DIR>",
        "CV_WORKSPACE": "<CV_WORKSPACE>"
      }
    }
  }
}

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

pixlint in other clients