mcpbeat Sign in

Test MCP Server

local only

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

Auto-detects test framework (pytest, jest, vitest) and returns structured results.

Installs per day peak 159 · avg 32 · +1% w/w
a month agotoday
146
Installs / week
npm · @paretools/test
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 Test 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 test -- npx -y @paretools/test
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "test": {
      "args": [
        "-y",
        "@paretools/test"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.test]
command = "npx"
args = ["-y", "@paretools/test"]
.cursor/mcp.json
{
  "mcpServers": {
    "test": {
      "args": [
        "-y",
        "@paretools/test"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "test": {
      "args": [
        "-y",
        "@paretools/test"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Test

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

Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON.

local only
Playwright Report MCP
by hubertgajewski

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

171 installs/wk local only
Testrigor
by testrigor

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

answering
Strategy Lab
by kellyruns

Stress-test lowcap, perp and LP strategies. Returns the full distribution and a reproduction seed.

5 tools answering
mabl
by mabl

AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.

answering
AWT (AI Watch Tester)
by ksgisang

AI-powered E2E testing MCP server. Detects and auto-fixes UI bugs via DevQA Loop and Vision AI.

192 installs/wk local only
Allure Testops MCP
by mshegolev

Allure TestOps MCP — projects, launches, test cases, test results via REST API.

306 installs/wk local only
Pare Cargo
by dave-london

Pare Cargo ג€” Structured Rust cargo operations (build, test, clippy, fmt, doc) as typed JSON.

130 installs/wk local only

Test — questions

Answers built from our own checks of this server.

Why is there no uptime for Test?
Test 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/test was installed 146 times last week.
How do I connect Test?
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/test straight from npm; nothing to host, nothing to sign up for.
How many people use Test?
The npm package @paretools/test was installed 146 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Test 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.