Odel
mcp pystub

mcp pystub

Local
@koyoyeagerPythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-pystubv0.1.1

Run

uvx mcp-pystub

MCP client config

{
  "mcpServers": {
    "mcp-pystub": {
      "command": "uvx",
      "args": [
        "mcp-pystub"
      ]
    }
  }
}