Skip to content
Grok

pare python for Grok

io.github.dave-london/pare-python

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

client:Grok transport:stdio runtime:npm

Install pare python in Grok

.mcp.json (in your project root)

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

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

pare python in other clients