Skip to content
Cursor

pare python for Cursor

io.github.dave-london/pare-python

Pare Python ג€” Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare python in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pare-python": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pare python in other clients