MCP.so
ログイン
T

Testcollab Mcp Server

@TCSoftInc

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

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

TCSoftInc

投稿者

Abhimanyu Grover

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "testcollab": {
      "url": "https://mcp.testcollab.io/mcp",
      "transport": "sse"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「開発者ツール」の他のコンテンツ