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
基本情報
設定
以下の設定を使って、このサーバーを 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
「開発者ツール」の他のコンテンツ
🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
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
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
コメント