Test Case Generator Server
БесплатноНе проверенAuto-generates and manages test cases for any project from feature descriptions, with tools for adding, listing, updating, and exporting test cases via Claude.
Описание
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.
Установка Test Case Generator Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/prem2230/test-case-mcp-generatorFAQ
Test Case Generator Server MCP бесплатный?
Да, Test Case Generator Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Test Case Generator Server?
Нет, Test Case Generator Server работает без API-ключей и переменных окружения.
Test Case Generator Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Test Case Generator Server в Claude Desktop, Claude Code или Cursor?
Открой Test Case Generator Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare Test Case Generator Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
