Back to MCP Servers

Testcollab

Manage test cases in TestCollab directly from your AI coding assistant. List, create, and update test cases with filtering, sorting, and pagination support.

developer-toolsai

Installation

npx -y testcollab-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub