Test Case Generator Server
FreeNot checkedAuto-generates and manages test cases for any project from feature descriptions, with tools for adding, listing, updating, and exporting test cases via Claude.
About
Auto-generates and manages test cases for any project from feature descriptions, with tools for adding, listing, updating, and exporting test cases via Claude.
README
An MCP server that auto-generates and manages test cases for any project. Connect it to Claude and generate comprehensive test cases just by describing a feature.
Setup
npm install
Connect to Claude Desktop
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"testcases": {
"command": "node",
"args": ["/absolute/path/to/testcase-mcp-server/server.js"]
}
}
}
Restart Claude Desktop.
Available Tools
| Tool | What it does |
|---|---|
generate_test_cases |
Auto-generate test cases from a feature description |
add_test_case |
Manually add a single custom test case |
list_test_cases |
List all test cases (with filters) |
update_status |
Mark a test as PASS / FAIL / SKIPPED |
project_report |
Get a pass/fail summary report |
list_projects |
See all projects |
export_markdown |
Export test cases as Markdown for Notion/GitHub/Confluence |
delete_project |
Delete a project |
Example prompts to use with Claude
Generate test cases for project "my-app", feature "user login",
description "user enters email and password, system validates and creates a session"
List all CRITICAL priority test cases for project "my-app"
Give me a report for project "my-app"
Export test cases for project "my-app" as markdown
Mark test TC-1234-ABCD in project "my-app" as PASS
Data storage
Test cases are saved to ./testcase-data/projects.json — a plain JSON file
you can open, edit, or back up any time.
Installing Test Case Generator Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/prem2230/test-case-mcp-generatorFAQ
Is Test Case Generator Server MCP free?
Yes, Test Case Generator Server MCP is free — one-click install via Unyly at no cost.
Does Test Case Generator Server need an API key?
No, Test Case Generator Server runs without API keys or environment variables.
Is Test Case Generator Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Test Case Generator Server in Claude Desktop, Claude Code or Cursor?
Open Test Case Generator Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Test Case Generator Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
