Testkube MCP
Rank #217io.github.kubeshop/testkube-mcp
MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants
Testkube MCP is a Model Context Protocol (MCP) server published by kubeshop. It ranks #217 of 98,958 servers tracked on MCP Toplist, and its repository has 1,637 GitHub stars. Testkube MCP is listed across 2 registries — Official MCP and PulseMCP, with 10 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Apr 24, 2026.
Ranks ahead of 98,741 of 98,958 servers on MCP Toplist.
Use Testkube MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
Add Testkube MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"testkube-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/testkube/mcp-server:test"
],
"env": {
"TK_ACCESS_TOKEN": "<your TK_ACCESS_TOKEN>",
"TK_ORG_ID": "<your TK_ORG_ID>",
"TK_ENV_ID": "<your TK_ENV_ID>",
"TK_CONTROL_PLANE_URL": "<your TK_CONTROL_PLANE_URL>",
"TK_DASHBOARD_URL": "<your TK_DASHBOARD_URL>",
"TK_DEBUG": "<your TK_DEBUG>",
"TK_MCP_TRANSPORT": "<your TK_MCP_TRANSPORT>",
"TK_MCP_SHTTP_HOST": "<your TK_MCP_SHTTP_HOST>",
"TK_MCP_SHTTP_PORT": "<your TK_MCP_SHTTP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kubeshop%2Ftestkube-mcp)<a href="https://mcptoplist.com/server/io.github.kubeshop%2Ftestkube-mcp"><img src="https://mcptoplist.com/badge/io.github.kubeshop%2Ftestkube-mcp.svg" alt="MCP Toplist: Top 1% of 98,958" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
kubeshop
Available versions (10)
| Version | Published |
|---|---|
| 2.9.1 | Apr 24, 2026 |
| 2.9.0 | Apr 23, 2026 |
| 2.8.1 | Mar 30, 2026 |
| 2.8.0 | Mar 26, 2026 |
| 2.7.0 | Mar 4, 2026 |
| 2.6.1 | Feb 12, 2026 |
| 2.4.3 | Nov 27, 2025 |
| 1.0.1 | Oct 23, 2025 |
| 1.0.0 | Oct 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Testkube MCP?
- Testkube MCP is maintained by kubeshop, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Testkube MCP listed on the Official MCP Registry?
- Yes — Testkube MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Testkube MCP have?
- MCP Toplist tracks 10 versions of Testkube MCP, most recently published on Apr 24, 2026.
- Where can I find the source code for Testkube MCP?
- The source code for Testkube MCP is hosted at github.com/kubeshop/testkube.