Back to directory
tcsoftinc/testcollab-mcp-server

tcsoftinc/testcollab-mcp-server

@TCSoftInc

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 hierarchy.

test-managementqamcp-servertestcollabtypescripttestingai-assistanttool

Installation & Configuration

{
  "mcpServers": {
    "testcollab": {
      "command": "npx",
      "args": [
        "-y",
        "@testcollab/mcp-server"
      ],
      "env": {
        "TC_API_TOKEN": "your-api-token",
        "TC_API_URL": "https://api.testcollab.io",
        "TC_DEFAULT_PROJECT": "16"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12