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
Basic information
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
More Developer Tools MCP servers
DevDocs by CyberAGI π
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Sentry
modelcontextprotocolModel Context Protocol Servers
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Comments