Skip to main content
Glama
prem2230

Test Case Generator MCP Server

by prem2230

Test Case Generator MCP Server

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

Related MCP server: Decide Test MCP

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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prem2230/test-case-mcp-generator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server