pixlint for Cursor
io.github.amitsingh-24/pixlint
Lint, curate & prepare computer-vision datasets from your AI assistant — MCP server, 67 tools
client:Cursor
transport:stdio
runtime:pypi
Install pixlint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pixlint": {
"type": "stdio",
"command": "uvx",
"args": [
"pixlint"
],
"env": {
"CV_DATA_DIR": "<CV_DATA_DIR>",
"CV_WORKSPACE": "<CV_WORKSPACE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs