mcpbeat Sign in

pypreset MCP Server

local only

pypreset runs on your own machine — the client starts it, so there is no endpoint to ping. 152 installs a week from pypi. Last commit 14 Sep 2026.

Scaffold Python projects from YAML presets, augment existing projects with CI/tests.

Installs per day peak 63 · avg 29 · -25% w/w
a month agotoday
152
Installs / week
pypi · pypreset
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            return subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to pypreset

same job, measured the same way
Universal Test Framework
by phoenice-labs

Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++.

34 installs/wk local only
Ideabob Validation
by foodyogi

Score, validate, and pressure-test startup ideas with AI from Claude or any MCP agent.

5 tools answering
Multimeter
by mshobeyri

Scaffold, validate, format, and run YAML .mmt API tests. Do not invent syntax.

236 installs/wk local only
Maxoperf
by maxoperf

Load & browser performance testing — drive MaxoPerf from your AI agent with your API key.

answering
.NET MCP Server
by jongalloway

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

local only
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only
Context Foundry
by context-foundry

Recursive Claude spawning for autonomous project builds with self-healing test loops

87 installs/wk local only
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only

pypreset — questions

Answers built from our own checks of this server.

Why is there no uptime for pypreset?
pypreset 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 pypreset was installed 152 times last week.
How do I connect pypreset?
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 pypreset straight from pypi; nothing to host, nothing to sign up for.
How many people use pypreset?
The pypi package pypreset was installed 152 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is pypreset open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.