Testcollab Mcp Server
About
Manage test cases directly from Claude, Cursor, Windsurf, and other MCP-compatible AI coding assistants. TestCollab serves as a governance layer and truth engine for AI-generated code - your test cases define what "correct" means, so when AI writes or modifies code, it has a clea
Details
- Author
- TCSoftInc
- Downloads
- 327
- Categories
- Developer Tools, AI
Jump to
- List test cases with filtering, sorting, and pagination
- Create test cases with steps, tags, and custom fields
- Update existing test cases (title, steps, priority, etc.)
- Optional default project ID reduces repeated parameter input
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Testcollab Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via npm, build the project, and set environment variables (TC_API_TOKEN required, TC_API_URL optional, TC_DEFAULT_PROJECT optional). Configure the server in Claude Desktop, Claude Code, or Codex by specifying the command and environment. Start the server using npm run dev or npm start.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"testcollab mcp server": {
"testcollab": {
"url": "https://mcp.testcollab.io/mcp",
"transport": "sse"
}
}
}
}
McpServers
{
"testcollab": {
"url": "https://mcp.testcollab.io/mcp",
"transport": "sse"
}
}
TestCollab MCP Server
MCP (Model Context Protocol) server that exposes TestCollab test management functionality to AI assistants like Claude.
Features
V1.0 (Current)
- Test Case Management -list_test_cases - List test cases with filtering, sorting, and pagination
- create_test_case - Create test cases with steps and custom fields
- update_test_case - Update existing test cases
Planned
- Delete test cases - Suite management - Test plan management - Test execution recordingInstallation
cd tc-mcp-server
npm install
npm run build
Configuration
Create a .env file or set environment variables:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




