Test Case Generator MCP Server
Allows exporting test cases as Markdown formatted for use in Confluence.
Allows exporting test cases as Markdown formatted for use in GitHub.
Allows exporting test cases as Markdown formatted for use in Notion.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Test Case Generator MCP Servergenerate test cases for project my-app, feature user login"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 installRelated MCP server: Decide Test MCP
Connect to Claude Desktop
Edit your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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 |
| Auto-generate test cases from a feature description |
| Manually add a single custom test case |
| List all test cases (with filters) |
| Mark a test as PASS / FAIL / SKIPPED |
| Get a pass/fail summary report |
| See all projects |
| Export test cases as Markdown for Notion/GitHub/Confluence |
| 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 PASSData storage
Test cases are saved to ./testcase-data/projects.json — a plain JSON file
you can open, edit, or back up any time.
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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