MCP server for Kiwi TCMS — manage test plans, cases, runs, and executions from any AI assistant via Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kiwi-tcms-mcp-server": {
"command": "npx",
"args": [
"-y",
"danish54/kiwi-tcms-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add kiwi-tcms-mcp-server npx -y danish54/kiwi-tcms-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"kiwi-tcms-mcp-server": {
"command": "npx",
"args": [
"-y",
"danish54/kiwi-tcms-mcp-server"
]
}
}
}