mcpbeat Sign in

Lastest MCP Server

local only

Lastest runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 10 Sep 2026.

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

Installs per day peak 17 · avg 6 · +52% w/w
a month agotoday
37
Installs / week
npm · @lastest/mcp-server
18
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 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.

File ships in the package but is absent from the source [пакет] bin/lastest-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
    new Function(body);
    return execSync(`git ${cmd}`, { encoding: "utf-8" }).trim();
Builds a database query by concatenation src/components/diff/slider-comparison.tsx:97
      {onDelete &&
        regions.map((r) => {
          const leftPct = ((r.x + r.width) / dims.width) * 100;
ENV LASTEST_API_KEY=introspection-only
                placeholder="https://hooks.slack.com/services/..."

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

Alternatives to Lastest

same job, measured the same way
Dungbeetle
by dungbeetle

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

42 installs/wk local only
Tesults MCP
by tesults

Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.

25 installs/wk local only
Testrigor
by testrigor

Manage test suites, run tests, view results, and automate QA workflows via AI with testRigor.

answering
Evalview MCP
by hidai25

Regression testing for AI agents. Golden baselines, CI/CD, LangGraph, CrewAI, OpenAI, Claude.

984 installs/wk local only
Testiv
by testiv

Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.

161 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
Pagent
by aihumin

Hosted MCP for Pagent: review Bayesian A/B tests, capture hypotheses, manage websites via OAuth.

answering
Decisionrules
by decisionrules

Create, manage, and test business rules directly from your AI agent via the DecisionRules platform.

answering

Lastest — questions

Answers built from our own checks of this server.

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