PixLint
Allows exporting and publishing datasets to the Hugging Face Hub for sharing and collaboration.
Allows exporting datasets in PyTorch-compatible format for training models.
Allows exporting datasets in TensorFlow-compatible format for training models.
Allows exporting datasets in Ultralytics YOLO format for use with Ultralytics training pipelines.
Allows loading datasets in YOLO format for annotation and preprocessing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PixLintFind label errors in my COCO dataset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PixLint
Lint, curate, and prepare computer-vision datasets — right from your AI assistant.
PixLint is an MCP server that gives AI assistants — Claude, Cursor, VS Code, and any MCP client — direct, conversational access to a complete computer-vision dataset toolkit: analyze quality, find duplicates and label errors, clean and curate, split, augment, convert formats, and export to every major training framework.
It runs locally over stdio, or self-hosted on the internet over authenticated HTTP.
Why PixLint
Most dataset tooling is either a paid SaaS or a heavy GUI app. PixLint is a single, open-source, self-hostable server an AI agent can drive end to end — and it does things others keep behind paid tiers:
🩺 Dataset Doctor — one call runs a full diagnostic and returns a prioritized, executable fix plan.
Label-error detection — automatically surface images that are probably mislabeled.
Natural-language query — "find blurry images with a person on the left", answered over your data.
Weak-slice discovery — find under-represented or low-quality slices to collect or augment next.
Curation that writes a new dataset — clean / filter / remap, not just report.
Auto-labeling with a pretrained detector, and one-command Hugging Face publishing.
Related MCP server: VisionCraft MCP Server
Features
103 operations — 67 tools, 23 resources, 13 prompts.
Category | What you get |
Load | COCO · VOC · YOLO · KITTI · folder, plus cloud (S3 / GCS / Azure) |
Analyze | Duplicates · quality (blur/exposure/noise/contrast) · integrity · class distribution · embeddings · semantic search · outliers · health score |
Data intelligence | Dataset Doctor readiness report · label-error detection · natural-language query · weak-slice / bias discovery |
Curate | Filter to a subset · clean (corrupt / out-of-bounds / degenerate / duplicates) · remap classes — each produces a new dataset |
Augment & transform | YOLO/classification/segmentation pipelines · resize · normalize · format conversion |
Split | Stratified / random / temporal / grouped · k-fold · data-leakage detection |
Auto-label | Pretrained COCO-80 detector → pre-annotated dataset |
Export & publish | PyTorch · TensorFlow · Ultralytics · HDF5 · WebDataset · FiftyOne · CVAT · LabelMe · Hugging Face Hub |
Pipelines | Compose multi-step workflows and reuse pre-built templates |
Quick Start
1. Install
pip install pixlintOptional extras add heavier capabilities:
pip install "pixlint[torch]" # embeddings, auto-labeling, label-error detection
pip install "pixlint[huggingface]" # Hugging Face export + publishing
pip install "pixlint[all]" # everything2. Connect your AI assistant
Claude Desktop — claude_desktop_config.json:
{
"mcpServers": {
"pixlint": {
"command": "pixlint",
"env": { "CV_DATA_DIR": "/path/to/your/datasets" }
}
}
}Cursor / VS Code — .cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"pixlint": {
"command": "pixlint",
"env": { "CV_DATA_DIR": "/path/to/your/datasets" }
}
}
}CV_DATA_DIR is the directory PixLint is allowed to read datasets from.
3. Just ask
"Load my dataset at
/data/coco_person, give it a readiness report, then clean it and export for YOLO."
Your assistant calls the right PixLint tools in sequence — diagnose, clean, split, export — and hands back a training-ready dataset.
Security
PixLint touches the filesystem and can be exposed to a network, so protections run on every tool call:
Paths are confined to your configured data directory (reads and writes).
Credentials come only from environment variables, never tool inputs.
Per-call rate limiting, concurrency limits, and audit logging.
Decompression-bomb protection on image decode.
Optional bearer-token authentication for the HTTP transport.
See the Security Guide for the full threat model and the recommended production checklist.
Documentation
Guide | Description |
Installation, configuration, first steps | |
Claude, Cursor, VS Code, and remote/HTTP hosting | |
All 67 tools with parameters | |
Threat model, configuration, hosting | |
Pre-built and custom pipelines |
Runnable scripts live in examples/. See CHANGELOG.md for release notes.
License
PixLint is source-available under the PolyForm Strict License 1.0.0 — see LICENSE. You may use it for permitted (noncommercial) purposes; commercial use, redistribution, or modification requires a separate license from the copyright holder. Contributions are welcome via pull request.
mcp-name: io.github.amitsingh-24/pixlint
This server cannot be installed
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amitsingh-24/PixLint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server