mcpbeat Sign in

Pixlint MCP Server

by amitsingh-24 Your server? Claim it
local only

Pixlint runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 27 Jul 2026.

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

Installs per day peak 54 · avg 18 · -29% w/w
a month agotoday
89
Installs / week
pypi · pixlint
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            out_path = os.path.join(output_dir, out_name)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pixlint -- uvx pixlint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pixlint": {
      "args": [
        "pixlint"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pixlint]
command = "uvx"
args = ["pixlint"]
.cursor/mcp.json
{
  "mcpServers": {
    "pixlint": {
      "args": [
        "pixlint"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pixlint": {
      "args": [
        "pixlint"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CV_DATA_DIR (Absolute path to the directory PixLint may read datasets from.), CV_WORKSPACE (Absolute path for outputs (exports, curated datasets).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pixlint

same job, measured the same way
Codelogic MCP Server
by codelogicincengineering

An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.

55 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

30 installs/wk local only
Qiskit Code Assistant MCP Server
by qiskit

MCP server for the Qiskit Code Assistant intelligent code completion

293 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Whooshly MCP
by whooshly

Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.

87 installs/wk answering

Pixlint — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixlint?
Pixlint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pixlint was installed 89 times last week.
How do I connect Pixlint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pixlint straight from pypi; nothing to host, nothing to sign up for.
How many people use Pixlint?
The pypi package pixlint was installed 89 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pixlint open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.