Testcollab Mcp Server
@TCSoftInc
About Testcollab Mcp Server
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
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"testcollab": {
"url": "https://mcp.testcollab.io/mcp",
"transport": "sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Testcollab Mcp Server?
A Model Context Protocol server that exposes TestCollab test management functionality to AI assistants like Claude. It enables creating, reading, and updating test cases with steps, custom fields, and attachments.
How to use Testcollab Mcp Server?
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.
Key features of Testcollab Mcp Server
- 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
Use cases of Testcollab Mcp Server
- AI assistant queries and filters test cases in a TestCollab project
- Create structured test cases with steps and expected results via natural language
- Update test case details (priority, steps, tags) through conversational interface
- Manage test cases across suites without direct UI interaction
FAQ from Testcollab Mcp Server
What configuration is required?
You must provide a TC_API_TOKEN from your TestCollab user profile. Optionally set TC_API_URL (default http://localhost:1337) and TC_DEFAULT_PROJECT to avoid specifying project_id each call.
How do I connect the server to an AI assistant?
Add the server configuration to Claude Desktop's claude_desktop_config.json or Claude Code's .claude/settings.json with the node command and environment variables. For Codex, use an HTTP endpoint with specific headers.
What tools are currently available?
The server provides list_test_cases, create_test_case, and update_test_case. Planned additions include delete, suite management, test plan management, and test execution recording.
Can I run this server locally for testing?
Yes. Use TC_API_TOKEN=your-token npm run dev for development with hot reload, or TC_API_TOKEN=your-token npm start for the built version. The server expects a running TestCollab instance at the configured API URL.
What is the default API URL and port?
The
Frequently asked questions
What configuration is required?
You must provide a `TC_API_TOKEN` from your TestCollab user profile. Optionally set `TC_API_URL` (default http://localhost:1337) and `TC_DEFAULT_PROJECT` to avoid specifying project_id each call.
How do I connect the server to an AI assistant?
Add the server configuration to Claude Desktop's `claude_desktop_config.json` or Claude Code's `.claude/settings.json` with the node command and environment variables. For Codex, use an HTTP endpoint with specific headers.
What tools are currently available?
The server provides `list_test_cases`, `create_test_case`, and `update_test_case`. Planned additions include delete, suite management, test plan management, and test execution recording.
Can I run this server locally for testing?
Yes. Use `TC_API_TOKEN=your-token npm run dev` for development with hot reload, or `TC_API_TOKEN=your-token npm start` for the built version. The server expects a running TestCollab instance at the configured API URL.
What is the default API URL and port?
The
Basic information
More Developer Tools MCP servers

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
Comments