takeyaqa/PictMCP
Pairwise testing for your AI assistant
Platform-specific configuration:
{
"mcpServers": {
"PictMCP": {
"command": "npx",
"args": [
"-y",
"PictMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
PictMCP is an MCP server for software developers who design test cases with AI assistants, providing reliable, algorithm-correct pairwise test generation.
Prefer a GUI? Check out [PictRider](https://pictrider.takeyaqa.dev/).
Add the following configuration to your MCP client. This is an example configuration; the exact format may vary depending on your client. Please refer to your MCP client's documentation for details.
{
"mcpServers": {
"PictMCP": {
"command": "npx",
"args": ["-y", "pictmcp"]
}
}
}Once installed, you can ask your AI assistant to generate test cases using pairwise combinatorial testing.
> Generate test cases for a login form with the following parameters: > > - Browser: Chrome, Firefox, Safari > - OS: Windows, macOS, Linux > - Language: English, Japanese, Spanish
The AI assistant will use the generate-test-cases tool to create an optimized set of test cases that covers all pairwise combinations.
AI assistants typically format the results as a table:
> | # | Browser | OS | Language | > | --- | -------
Loading reviews...