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
By TCSoftInc
Installation
npx -y testcollab-mcp-serverConfiguration
{
"mcpServers": {
"testcollab-mcp-server": {
"command": "npx",
"args": ["-y", "testcollab-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes