testcollab-mcp-server

TCSoftInc/testcollab-mcp-server
★ 4 stars TypeScript AI/LLM Updated 1d ago
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. Connect your AI workflow to your QA process.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "testcollab-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "TCSoftInc/testcollab-mcp-server"
      ]
    }
  }
}