Token导航 LogoToken导航TokenDH.com
Kiwi Tcms MCP logo
开发工具stdio官方级别未说明来源级核验

Kiwi Tcms MCP

MCP Server

Kiwi TCMS MCP Server是一个用于将Claude Desktop与Kiwi TCMS测试管理系统集成的服务,提供认证、测试计划、测试用例、测试执行等管理功能。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
测试管理PythonClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

insearcher

提供方

insearcher

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install kiwi-tcms-mcp

详细介绍

Kiwi TCMS MCP服务器

MCP服务器,用于集成Claude Desktop和 Kiwi TCMS 测试管理系统。

安装

pip install kiwi-tcms-mcp

或者从源代码安装:

git clone https://github.com/yourusername/kiwi-tcms-mcp.git
cd kiwi-tcms-mcp
pip install -e .

配置

添加到Claude Desktop MCP设置:

{
  "mcpServers": {
    "kiwi-tcms": {
      "type": "stdio",
      "command": "python",
      "args": ["-m", "kiwi_mcp"],
      "env": {
        "KIWI_TCMS_URL": "https://your-kiwi-instance.com"
      }
    }
  }
}

用法

首次身份验证:

authenticate with username "your_username" and password "your_password"

然后使用可用的工具:

list all test plans
create test case "Login test" in product 1
mark test execution 123 as passed

可用工具

  • 认证: authenticate
  • 产品: list_products, get_product
  • 测试计划: create_test_plan, update_test_plan, list_test_plans
  • 测试用例: create_test_case, update_test_case, list_test_cases
  • 测试运行: create_test_run, add_case_to_run, list_test_runs
  • 测试执行: mark_test_passed, mark_test_failed, mark_test_blocked

以及30多个用于完整测试管理的工具。

发展

# Install in development mode
pip install -e .

# Run tests
pytest

# Run with coverage
pytest --cov=kiwi_mcp

许可证

麻省理工学院

目录标签

目录标签

测试管理PythonClaude本地部署集成服务自动化测试测试用例管理测试执行

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

session

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiosession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP