Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.
claude mcp add python -- npx -y @paretools/python
claude_desktop_config.json
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"python": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"python": {
"command": "npx",
"args": [
"-y",
"@paretools/python"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Dave-London--python/reviews or the review_server meta-tool.
POST /mcp