testcase-generator-mcp
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., "@testcase-generator-mcpGenerate test cases for the login feature based on requirements."
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.
testcase-generator-mcp
基于 Model Context Protocol (MCP) 的测试用例生成服务,让 AI 助手根据需求文档、技术文档、设计稿等上下文自动生成 Markdown 格式的测试用例,并可选导出为 Xmind 思维导图。

功能特性
测试用例生成:根据需求描述、技术文档等上下文生成结构化 Markdown 测试用例
Xmind 导出:可选将测试用例生成为 Xmind 思维导图文件
多传输方式:支持 stdio(本地)、SSE、streamable HTTP
本地与远程:可在本机或作为远程 MCP 服务使用
Related MCP server: Swagger Testcase MCP
使用方式
服务支持三种传输方式:
1. Stdio 传输(本地使用)
uvx testcase-generator-mcp stdioCursor / IDE 的 MCP 配置示例:
{
"mcpServers": {
"testcase-generator": {
"command": "uvx",
"args": [
"testcase-generator-mcp",
"stdio"
]
}
}
}2. SSE 传输
uvx testcase-generator-mcp sseSSE 连接配置:
{
"mcpServers": {
"testcase-generator": {
"url": "http://localhost:8018/sse"
}
}
}3. Streamable HTTP 传输
uvx testcase-generator-mcp streamable_httpStreamable HTTP 连接配置:
{
"mcpServers": {
"testcase-generator": {
"url": "http://localhost:8018/mcp"
}
}
}环境变量
SSE 与 Streamable HTTP
以 SSE 或 Streamable HTTP 方式运行时,可通过环境变量控制监听地址与端口:
变量 | 说明 | 默认值 |
| 监听地址 |
|
| 监听端口 |
|
Stdio 传输
使用 stdio 时无需配置上述环境变量,按本地进程方式运行即可。
可用工具
generate_test_case
根据需求文档、技术文档、设计稿等上下文生成 Markdown 格式测试用例;可选生成 Xmind 思维导图。
generate_test_case(
is_need_xmind: bool = False
) -> stris_need_xmind: 是否需要生成 Xmind 思维导图文件,默认为 False;仅在用户明确提及「xmind」「思维导图」等时设为 TrueReturns: 生成的测试用例内容 Markdown 文本;若is_need_xmind=True则同时生成 .xmind 文件
MCP 调用示例
详见 调用过程示例
License
MIT License,详见 LICENSE
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.
Related MCP Servers
- Flicense-qualityDmaintenanceThis MCP server provides a tool to generate manual test cases in Markdown or CSV format from documentation files and custom rules. It supports text and PDF inputs and can leverage LLM sampling to automate the creation of detailed test scenarios.
- AlicenseAqualityFmaintenanceMCP server for API test case generation from Swagger/OpenAPI specs. Parses Swagger 2.0 and OpenAPI 3.x, generates test cases across 8 categories (positive, negative, boundary, auth, security, idempotency, pagination, business logic), and exports to Postman, TestRail, Allure, k6, pytest, Gherkin, and CSV. Supports internal corporate APIs with auth headers. Auto-saves export files to your working di10122MIT
- AlicenseBqualityAmaintenanceAI-native Model Context Protocol (MCP) server for TestRail. Lets Claude, Cursor, Windsurf, and other AI assistants browse projects, create and update test cases, kick off test runs, and record results through natural-language conversation — with strongly-typed tool schemas and per-project custom field validation that helps LLMs generate valid TestRail requests on the first try.2427828Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.81MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/EmptyRabbit/testcase-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server