mcpbeat Sign in

Pystub MCP Server

by koyoyeager Your server? Claim it
local only

Pystub runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 1 Apr 2026.

Auto-detect stubbable packages for Python exe builds and generate minimal stub code

Installs per day peak 26 · avg 14 · -21% w/w
a month agotoday
85
Installs / week
pypi · mcp-pystub
0
Stars
0 open issues
1 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Pystub 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 pystub -- uvx mcp-pystub
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pystub": {
      "args": [
        "mcp-pystub"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pystub]
command = "uvx"
args = ["mcp-pystub"]
.cursor/mcp.json
{
  "mcpServers": {
    "pystub": {
      "args": [
        "mcp-pystub"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pystub": {
      "args": [
        "mcp-pystub"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Pystub

same job, measured the same way
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
Syke
by khalomsky

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

162 installs/wk local only
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

116 installs/wk local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
Stack Trace Medic
by evozim

Coded error stack trace debugger and automated patch generator.

answering
Codequiry
by codequiry

Source code plagiarism, peer similarity, and AI-generated-code detection for AI agents.

answering
Cinch
by yusufkadry

Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.

27 installs/wk local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

18 479 installs/wk local only

Pystub — questions

Answers built from our own checks of this server.

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