MCP Hub
Back to servers

PictMCP

A tool that implements Pairwise Independent Combinatorial Testing (PICT) as an MCP server to help generate efficient test case combinations.

Updated
Jan 19, 2026

Quick Install

npx -y pictmcp

PictMCP

Pairwise Independent Combinatorial Testings for MCP

🚧 Work in Progress 🚧

[!WARNING] This project is currently under active development. It is not yet stable and its API and features may change without notice.

Use in production environments is not recommended at this time.

Install

Prerequisites

Commands

In your terminal

git clone https://github.com/takeyaqa/PictMCP.git
cd PictMCP
pnpm install
pnpm build

In your MCP client

{
  "mcpServers": {
    "PictMCP": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/PictMCP/dist/index.js"]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review