mcpbeat Sign in

Python MCP Server

local only

Python runs on your own machine — the client starts it, so there is no endpoint to ping. 152 installs a week from npm. Last commit 19 Aug 2026.

Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.

Installs per day peak 169 · avg 31 · +9% w/w
a month agotoday
152
Installs / week
npm · @paretools/python
139
Stars
34 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Python every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 python -- npx -y @paretools/python
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "python": {
      "args": [
        "-y",
        "@paretools/python"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.python]
command = "npx"
args = ["-y", "@paretools/python"]
.cursor/mcp.json
{
  "mcpServers": {
    "python": {
      "args": [
        "-y",
        "@paretools/python"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "python": {
      "args": [
        "-y",
        "@paretools/python"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Python

same job, measured the same way
Pare Python
by dave-london

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

local only
npm
by dave-london

Structured npm/pnpm operations (install, audit, outdated, list) as typed JSON.

local only
Pare npm
by dave-london

Pare npm ג€” Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON.

152 installs/wk local only
Go
by dave-london

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

local only
Pare Go
by dave-london

Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.

140 installs/wk local only
Build
by dave-london

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

local only
Structured Output MCP Agent Instructor
by getvda

Structured Output MCP Agent (Instructor)

2 tools answering
Lint
by dave-london

Structured linting output (ESLint, format-check) as typed JSON diagnostics.

local only

Python — questions

Answers built from our own checks of this server.

Why is there no uptime for Python?
Python 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 npm package @paretools/python was installed 152 times last week.
How do I connect Python?
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 @paretools/python straight from npm; nothing to host, nothing to sign up for.
How many people use Python?
The npm package @paretools/python was installed 152 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Python open source?
Yes — it is published under the MIT licence, written in TypeScript, 139 stars on GitHub and 34 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.