TCSoftInc/testcollab-mcp-server
by Various
MCP server for TestCollab test management. Lets AI coding assistants (Claude Code, Cursor, Windsurf, Codex) create, update, and query test cases, create test plans, and suite hiera
MCP
TCSoftInc/testcollab-mcp-server
Added 1 June 2026
Overview
An MCP server that integrates TestCollab test management with AI coding assistants like Claude Code, Cursor, Windsurf, and Codex. It enables creating, updating, and querying test cases, test plans, and suite hierarchies directly from an AI workflow.
Best for
Best for
Teams using TestCollab who want to manage QA tasks through AI coding assistants
Use cases
- Create and update test cases via natural language prompts
- Query test plans and suite structures through AI assistants
- Automate test management tasks during code development
How to use
Tools exposed
project_idTC_API_TOKENTC_API_URLTC_DEFAULT_PROJECTlist_test_casesget_project_contextget_test_casecreate_test_caseupdate_test_caselist_test_plansget_test_plancreate_test_planupdate_test_plandelete_test_planlist_suitesget_suitecreate_suiteupdate_suitedelete_suitemove_suite
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Codex
Example client config
{\n "mcpServers": {\n "testcollab": {\n "command": "npx",\n "args": ["-y", "@testcollab/mcp-server"],\n "env": {\n "TC_API_TOKEN": "your-api-token",\n "TC_API_URL": "https://api.testcollab.io",\n "TC_DEFAULT_PROJECT": "16"\n }\n }\n }\n} Notes
An MCP server that integrates TestCollab test management with AI coding assistants like Claude Code, Cursor, Windsurf, and Codex. It enables creating, updating, and querying test cases, test plans, and suite hierarchies directly from an AI workflow.
3 stars on GitHub. Last updated 2026-03-30.
Use cases
- Create and update test cases via natural language prompts
- Query test plans and suite structures through AI assistants
- Automate test management tasks during code development
Pros
- Works with multiple popular AI coding assistants
- Connects test management directly into development workflows
- Open source TypeScript implementation
Cons
- Low GitHub stars suggest limited community adoption
- Requires a TestCollab account and API access
- Only useful for teams already using TestCollab
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Works with multiple popular AI coding assistants
- Connects test management directly into development workflows
- Open source TypeScript implementation
Cons
- Low GitHub stars suggest limited community adoption
- Requires a TestCollab account and API access
- Only useful for teams already using TestCollab
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.